mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
11 lines
257 B
YAML
11 lines
257 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
tshock:
|
|
image: ${image}:${image_tag}
|
|
ports:
|
|
- 7777:7777
|
|
volumes:
|
|
- /mnt/HC_VOLUME_${volume_id}/Terraria/Worlds/:/root/.local/share/Terraria/Worlds/
|
|
environment:
|
|
WORLD_FILENAME: ${world_name}.wld
|