make it external

This commit is contained in:
Isaac Shoebottom 2024-06-18 00:33:49 -03:00
parent dde9eebc63
commit 0e6a17f231

View File

@ -7,4 +7,8 @@ services:
volumes:
- "/docker/appdata/tes3mp/data:/server/data"
ports:
- "25575:25575/udp"
- "25575:25575/udp"
networks:
default:
name: "ubuntu-server"
external: true