Add network to docker-compose.yml
This commit is contained in:
parent
5144e34c70
commit
92decd97fa
1 changed files with 7 additions and 0 deletions
|
@ -12,3 +12,10 @@ services:
|
||||||
- ./config.env
|
- ./config.env
|
||||||
ports:
|
ports:
|
||||||
- 25565:25565
|
- 25565:25565
|
||||||
|
networks:
|
||||||
|
- mcsdnet
|
||||||
|
|
||||||
|
networks:
|
||||||
|
mcsdnet:
|
||||||
|
name: mcsdnet
|
||||||
|
external: false
|
||||||
|
|
Loading…
Reference in a new issue