https://github.com/anton-johansson/satisfactory-server
A Docker image for the Satisfactory server.
https://github.com/anton-johansson/satisfactory-server
Last synced: 3 months ago
JSON representation
A Docker image for the Satisfactory server.
- Host: GitHub
- URL: https://github.com/anton-johansson/satisfactory-server
- Owner: anton-johansson
- Created: 2021-11-23T17:32:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T17:41:58.000Z (over 3 years ago)
- Last Synced: 2024-12-26T23:43:49.165Z (5 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Satisfactory dedicated server
This is a Docker image for Satisfactory dedicated server in Update 5.
## Building
```shell
$ docker build --tag antonjohansson/satisfactory-server:u5-176027 .
```## Running
```shell
$ docker run --detach --name satisfactory --volume /var/satisfactory-server/game-saves:/home/steam/.config/Epic/FactoryGame/Saved/SaveGames/server/ --publish 7777:7777/udp --publish 15000:15000/udp --publish 15777:15777/udp antonjohansson/satisfactory-server:u5-176027
```