Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Services:
- playit.gg:
- container_name: Playit.gg
- image: ghcr.io/playit-cloud/playit-agent:0.15
- network_mode: host
- environment:
- -SECRET_KEY=REPLACETHISWITHKEY
- terraria:
- image: ryshe/terraria
- pull_policy: always
- container_name: terraria-server
- ports:
- - "7777:7777"
- environment:
- - WORLD_NAME=MyTerrariaWorld
- - WORLD_SIZE=2
- - DIFFICULTY=1
- - MAX_PLAYERS=8
- - PASSWORD=your_password_here
- volumes:
- - ./world:/root/.local/share/Terraria/Worlds
- restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment