From 9c7ea769ee54e54aaaf97f833ed6dad27ec861f8 Mon Sep 17 00:00:00 2001 From: sascha Date: Tue, 2 Jun 2026 16:23:46 +0200 Subject: [PATCH] fix: add MULTIHOME, -unattended flag for encryption fix --- compose.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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