You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `TEST_ALERT=YES` | Test alerts at start of server **optional** |
85
87
| `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** |
86
88
| `MONITOR=YES` | Monitor server status, if server crash this will restart it [More info](https://docs.linuxgsm.com/commands/monitor) **optional** |
87
-
| `PUID=1000` | for UserID - see below for explanation |
88
-
| `PGID=1000` | for GroupID - see below for explanation |
89
+
| `VERSION=public` | Change server version, check [Branches](https://steamdb.info/app/1690800/depots/) to know the names **optional** |
90
+
| `PUID=1000` | for UserID - see below for explanation **optional** |
91
+
| `PGID=1000` | for GroupID - see below for explanation **optional** |
89
92
| `TimeZone=Europe/Madrid` | for TimeZone - see [TZ Database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for time zones **recomendable**|
90
93
| `--restart unless-stopped` | Restart container always unlesss stopped manually **NEVER USE WITH START_MODE=4** |
0 commit comments