Skip to content

Instantly share code, notes, and snippets.

@mkosmo
Last active June 9, 2022 21:42
Show Gist options
  • Save mkosmo/0b3da048fabd607a3254b4cf0cadc0f9 to your computer and use it in GitHub Desktop.
Save mkosmo/0b3da048fabd607a3254b4cf0cadc0f9 to your computer and use it in GitHub Desktop.
Satisfactory Docker Compose
version: '3.3'
services:
satisfactory-server:
restart: always
container_name: satisfactory-server
volumes:
- 'data:/steamcmd/satisfactory'
- 'saves:/app/.config'
ports:
- '7777:7777/udp'
- '15000:15000/udp'
- '15777:15777/udp'
environment:
- TZ=America/Chicago
- SATISFACTORY_BRANCH=public
- SATISFACTORY_START_MODE=0
- SATISFACTORY_MULTIHOME=0.0.0.0
image: 'didstopia/satisfactory-server:latest'
volumes:
data:
saves:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment