Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensuperpc/docker-satisfactory
Easy to use Satisfactory server with Docker.
https://github.com/bensuperpc/docker-satisfactory
docke-compose docker easy-to-use satisfactory server
Last synced: 4 days ago
JSON representation
Easy to use Satisfactory server with Docker.
- Host: GitHub
- URL: https://github.com/bensuperpc/docker-satisfactory
- Owner: bensuperpc
- License: mit
- Created: 2022-07-27T13:23:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T21:16:41.000Z (3 months ago)
- Last Synced: 2025-01-08T14:01:55.903Z (10 days ago)
- Topics: docke-compose, docker, easy-to-use, satisfactory, server
- Language: Makefile
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# docker-satisfactory-server
## Description
Easy to use Satisfactory server with Docker,, automatic backups via restic and ssh access.
## Usage
### Start the server
Start and attach to the console
```bash
make start-at
```### Down/Stop the server
```bash
make down
```### Update the server (Docker image)
```bash
make update-docker
```### SSH into the server
```bash
ssh -p 2222 [email protected]
```For the sudo password, use: **zpd91zZkCfdyAB8PZgUD7w7ZIhS8no4V** or *USER_PASSWORD* variable in [openssh.env](satisfactory/openssh/env/openssh.env).