mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-02 18:50:11 +08:00
[Komodo] fern: Write Compose File: update minecraft/compose.yaml
This commit is contained in:
parent
05471c116d
commit
dc7100dba3
1 changed files with 1 additions and 2 deletions
|
@ -9,6 +9,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8443:8443" # HTTPS
|
- "8443:8443" # HTTPS
|
||||||
- "8123:8123" # DYNMAP
|
- "8123:8123" # DYNMAP
|
||||||
|
- "25565:25565" # Java
|
||||||
volumes:
|
volumes:
|
||||||
- /home/fern/docker/data/minecraft/crafty-controller/backups:/crafty/backups
|
- /home/fern/docker/data/minecraft/crafty-controller/backups:/crafty/backups
|
||||||
- /home/fern/docker/data/minecraft/crafty-controller/logs:/crafty/logs
|
- /home/fern/docker/data/minecraft/crafty-controller/logs:/crafty/logs
|
||||||
|
@ -25,8 +26,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TYPE=VELOCITY
|
- TYPE=VELOCITY
|
||||||
- MINECRAFT_VERSION=1.21.5
|
- MINECRAFT_VERSION=1.21.5
|
||||||
ports:
|
|
||||||
- '25565:25565'
|
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue