From 9521ded2425b85577cdbe9f4e718993297cc61ee Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Mon, 28 Jul 2025 16:54:46 -0600 Subject: [PATCH] Fix documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 793a5a6..01c9851 100644 --- a/README.md +++ b/README.md @@ -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) * After deleting the `serverfiles` docker volume, permissions are incorrect when restarting the stack, which causes file permissions errors. To fix: ```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.