Skip to content

noitsjocelyn/satisfactory-server-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

satisfactory-server-docker

Standalone Satisfactory server via Docker.

Setup

Create directory for Docker volume:

mkdir -p ./data

On some operating systems (esp. Linux), Docker will create the data/ directory with root as the owner if you don't create it first.

Run:

docker compose up -d
  • Remove the -d option if you want the service to run in the foreground
  • Add --build to force a rebuild
  • Stop the service with docker compose down

Misc.

Originally based on instructions from "Running as a Service" on Satisfactory Wiki.

About

Standalone Satisfactory server via Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages