fix: add MULTIHOME, -unattended flag for encryption fix
This commit is contained in:
parent
1814e093cf
commit
9c7ea769ee
1 changed files with 8 additions and 4 deletions
12
compose.yaml
12
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue