Clarified terraria server docker-compose world var
This commit is contained in:
@@ -7,8 +7,8 @@ services:
|
|||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
environment:
|
environment:
|
||||||
- world=YourWorldName # use this if you already have a world save in the config directory
|
- world=YourWorldName # set this to your world's filename (without extension) if you already have a world save in the config directory
|
||||||
# comment out the above two lines if you don't have a world and need to generate one
|
# comment out the above two lines on first start if you don't have a world and need to generate one
|
||||||
networks:
|
networks:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user