mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-08-09 08:33:35 +00:00
Fix documentation.
This commit is contained in:
parent
34368bb4f3
commit
9521ded242
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ This project started when the Linux DayZ server was released for DayZ experiment
|
||||||
* [Server doesn't stop with SIGTERM](https://feedback.bistudio.com/T170721)
|
* [Server doesn't stop with SIGTERM](https://feedback.bistudio.com/T170721)
|
||||||
* After deleting the `serverfiles` docker volume, permissions are incorrect when restarting the stack, which causes file permissions errors. To fix:
|
* After deleting the `serverfiles` docker volume, permissions are incorrect when restarting the stack, which causes file permissions errors. To fix:
|
||||||
```shell
|
```shell
|
||||||
docker compose run -u0 --rm web chown user:user /serverfiles -R`
|
docker compose run -u0 --rm web chown user:user /serverfiles -R
|
||||||
```
|
```
|
||||||
Unfortunately, this cannot be easily mitigated within the code, so it remains a manual process.
|
Unfortunately, this cannot be easily mitigated within the code, so it remains a manual process.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue