fix: add MULTIHOME, -unattended flag for encryption fix

This commit is contained in:
sascha 2026-06-02 16:23:46 +02:00
parent 1814e093cf
commit 9c7ea769ee

View file

@ -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"