From 4b4eb1649c4583422bdbb6270ef55953eced9a0e Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 17 Jun 2024 23:49:16 -0300 Subject: [PATCH] add network --- terraria/docker-compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/terraria/docker-compose.yml b/terraria/docker-compose.yml index 737e386..ee8f817 100644 --- a/terraria/docker-compose.yml +++ b/terraria/docker-compose.yml @@ -12,4 +12,8 @@ services: - 7777:7777 volumes: - /docker/appdata/terraria/worlds:/root/.local/share/Terraria/Worlds - restart: unless-stopped \ No newline at end of file + restart: unless-stopped +networks: + default: + name: "ubuntu-server" + external: true \ No newline at end of file