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
5f0ca2e920
commit
be45d100de
1 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@ services:
|
||||||
image: itzg/mc-proxy
|
image: itzg/mc-proxy
|
||||||
container_name: minecraft_proxy
|
container_name: minecraft_proxy
|
||||||
volumes:
|
volumes:
|
||||||
- /home/docker/volumes/minecraft/velocity/config:/config
|
- /home/fern/docker/data/minecraft/velocity/config:/config
|
||||||
- /home/docker/volumes/minecraft/velocity/server:/server
|
- /home/fern/docker/data/minecraft/velocity/server:/server
|
||||||
environment:
|
environment:
|
||||||
- TYPE=VELOCITY
|
- TYPE=VELOCITY
|
||||||
- MINECRAFT_VERSION=1.21.5
|
- MINECRAFT_VERSION=1.21.5
|
||||||
|
@ -22,7 +22,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- minecraft_proxy
|
- minecraft_proxy
|
||||||
volumes:
|
volumes:
|
||||||
- /home/docker/volumes/minecraft/servers/bobworld:/data
|
- /home/fern/docker/data/minecraft/servers/bobworld:/data
|
||||||
environment:
|
environment:
|
||||||
- MOTD=it's bob's world, we're just living in it
|
- MOTD=it's bob's world, we're just living in it
|
||||||
- ICON=https://git.fern.garden/fern/stacks/raw/branch/main/minecraft/server-icons/bob.png
|
- ICON=https://git.fern.garden/fern/stacks/raw/branch/main/minecraft/server-icons/bob.png
|
||||||
|
@ -38,7 +38,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- minecraft_proxy
|
- minecraft_proxy
|
||||||
volumes:
|
volumes:
|
||||||
- /home/docker/volumes/minecraft/servers/mc:/data
|
- /home/fern/docker/data/minecraft/servers/mc:/data
|
||||||
environment:
|
environment:
|
||||||
- MOTD=meow
|
- MOTD=meow
|
||||||
- ICON=https://git.fern.garden/fern/stacks/raw/branch/main/minecraft/server-icons/mc.png
|
- ICON=https://git.fern.garden/fern/stacks/raw/branch/main/minecraft/server-icons/mc.png
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue