fix ports and ops
This commit is contained in:
parent
5df95275de
commit
eba2b0a2ad
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@ services:
|
||||||
TYPE: "FTBA"
|
TYPE: "FTBA"
|
||||||
FTB_MODPACK_ID: "100"
|
FTB_MODPACK_ID: "100"
|
||||||
MOTD: "Stoneblock 3 server"
|
MOTD: "Stoneblock 3 server"
|
||||||
OPS: "JustSammyyy"
|
OPS: "" # no ops
|
||||||
ports:
|
ports:
|
||||||
- 25567:25567
|
- 25567:25565
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/sb3/data:/data
|
- /srv/sb3/data:/data
|
||||||
|
|
||||||
|
|
Reference in a new issue