Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You can set this up using a scheduled task (`cronjob`), like this:
`0 */6 * * * YourDockerUser cd /path/to/docker/compose/file && docker compose restart`
Need different time or interval but lacking knowledge of cron? Check [crontab.guru](https://crontab.guru/)

### :question: How to disable *BattlEye* anti-cheat?
### :question: How to disable *BattlEye* anti-cheat

In your `docker-compose.yml` set `ADDITIONALFLAGS=-nobattleye`.

Expand All @@ -85,9 +85,9 @@ environment:
- MEMORY_WATCHDOG_DEBUG=false # 'true' for status message in log each interval
```

### :question: Which Docker image? `main` or `latest`?
### :question: Which Docker image to choose

Images tagged as `latest` are **tested and known to work.**[^3]
Images tagged as `latest` are **tested and known to work.**[^3]
Any other tag represents active development and/or automated **untested** builds.

### :question: Game and server version don't match / cannot login
Expand Down
Loading