diff --git a/compose.yaml b/compose.yaml index 25ce593..eb93e0a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,9 +5,9 @@ services: hostname: satisfactory restart: unless-stopped ports: - - "7777:7777/udp" # Game Port - - "15000:15000/udp" # Beacon Port - - "15777:15777/udp" # Query Port + - "7777:7777/udp" + - "15000:15000/udp" + - "15777:15777/udp" volumes: - "/app-config/satisfactory:/config" - "/app-config/satisfactory/backups:/config/backups" @@ -21,8 +21,12 @@ services: - DISABLESEASONALEVENTS=0 - PGID=1000 - PUID=1000 + - SKIPUPDATE=false + - MULTIHOME=10.3.1.120 + - DEBUG=false + command: ["-unattended"] logging: driver: json-file options: max-size: "10m" - max-file: "3" + max-file: "3" \ No newline at end of file