Skip to content

Commit 8c28aab

Browse files
committed
mmf network for d2api and cs2
1 parent b693944 commit 8c28aab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ services:
1919
- "8080:8080"
2020
depends_on:
2121
- redis
22+
networks:
23+
- docker_mmf_network
2224
command: go run ./cmd/main.go
2325
develop:
2426
watch:
2527
- action: sync+restart
2628
path: .
2729
target: /app
30+
31+
networks:
32+
docker_mmf_network:
33+
external: true

0 commit comments

Comments
 (0)