Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).