add network

This commit is contained in:
Isaac Shoebottom 2024-06-17 23:49:16 -03:00
parent 945b5adf9f
commit 4b4eb1649c

View File

@ -12,4 +12,8 @@ services:
- 7777:7777
volumes:
- /docker/appdata/terraria/worlds:/root/.local/share/Terraria/Worlds
restart: unless-stopped
restart: unless-stopped
networks:
default:
name: "ubuntu-server"
external: true