Skip to content

Commit

Permalink
Merge pull request #30 from delta-whiplash/patch-1
Browse files Browse the repository at this point in the history
Update README.md to allow connexion from servermanager without issue
  • Loading branch information
vinanrra authored Sep 22, 2024
2 parents 4baeb12 + 77ac20c commit 33cbc70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ docker run -d \
-p 15777:15777/udp \
-p 15000:15000/udp \
-p 7777:7777/udp \
-p 7777:7777/tcp \
-e START_MODE=1 \
-e TEST_ALERT=NO \
-e VERSION=public \
Expand Down Expand Up @@ -74,9 +75,11 @@ services:
- 15777:15777/udp
- 15000:15000/udp
- 7777:7777/udp
- 7777:7777/tcp
restart: unless-stopped #NEVER USE WITH START_MODE=4 or START_MODE=0
```
To connect PLEASE USE THE SERVER MANAGER (don't use the direct IP)
## Parameters
| Parameter | Function |
Expand All @@ -89,6 +92,7 @@ services:
| `15777:15777/udp` | Default Satisfactory port **required** |
| `15000:15000/udp` | Default Satisfactory port **required** |
| `7777:7777/udp` | Default Satisfactory port **required** |
| `7777:7777/tcp` | Default Satisfactory port **required** |
| `START_MODE=1` | Start mode of the container - see below for explanation **required** |
| `TEST_ALERT=YES` | Test alerts at start of server **optional** |
| `BACKUP=YES` | Backup server at 5 AM (Only the latest 5 backups will be keep, maximum 30 days) [More info](https://docs.linuxgsm.com/commands/backup) **optional** |
Expand Down

0 comments on commit 33cbc70

Please sign in to comment.