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: 21 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-09-22T18:00:12.000Z (about 2 months ago)
- Last Synced: 2024-10-05T15:33:28.831Z (about 1 month ago)
- Topics: docke-compose, docker, easy-to-use, satisfactory, server
- Language: Makefile
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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).