Skip to content

Commit 27071de

Browse files
committed
fix: force exact network name 'platform-network'
Docker Compose prefixes network names with project name by default. This caused challenge containers to be unreachable from validators.
1 parent 3c1bdde commit 27071de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ volumes:
7272

7373
networks:
7474
platform-network:
75+
name: platform-network
7576
driver: bridge

0 commit comments

Comments
 (0)