lots of stuff had been added
This commit is contained in:
parent
28420e86dd
commit
814900b72e
16 changed files with 257 additions and 0 deletions
16
terraria/docker-compose.yml
Normal file
16
terraria/docker-compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
version: '3'
|
||||
services:
|
||||
terraria:
|
||||
image: ryshe/terraria:latest
|
||||
command: -world /root/.local/share/Terraria/Worlds/dreamland-of-decaying-meat.wld -autocreate 3
|
||||
volumes:
|
||||
- $HOME/terraria/world:/root/.local/share/Terraria/Worlds
|
||||
ports:
|
||||
- 7777:7777
|
||||
terraria-wyatt:
|
||||
image: ryshe/terraria:latest
|
||||
command: -world /root/.local/share/Terraria/Worlds/dreamland-of-decaying-meat.wld -autocreate 3
|
||||
volumes:
|
||||
- $HOME/terraria/world-wyatt:/root/.local/share/Terraria/Worlds
|
||||
ports:
|
||||
- 7778:7777
|
||||
Loading…
Add table
Add a link
Reference in a new issue