Update minecraft.yaml
This commit is contained in:
parent
9887d5eedd
commit
cb2fc68dde
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ services:
|
||||||
- 25565:25565
|
- 25565:25565
|
||||||
environment:
|
environment:
|
||||||
EULA: true
|
EULA: true
|
||||||
VERSIOn: latest
|
VERSION: latest
|
||||||
TYPE: vanilla
|
TYPE: vanilla
|
||||||
SERVER_NAME: Minecraft Server
|
SERVER_NAME: Minecraft Server
|
||||||
MOTD: Minecraft Server powered by §aCoolify§r
|
MOTD: Minecraft Server powered by §aCoolify§r
|
||||||
|
|
@ -41,4 +41,4 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
# attach a directory relative to the directory containing this compose file
|
# attach a directory relative to the directory containing this compose file
|
||||||
- /minecraft-data:/data
|
- /minecraft-data:/data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue