diff --git a/docs/installation.md b/docs/installation.md index 6dcc404..c1b6b69 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -41,9 +41,12 @@ services: ports: - 8080:80 environment: - - GOTIFY_DEFAULTUSER_PASS=custom + GOTIFY_DEFAULTUSER_PASS: 'admin' volumes: - "./gotify_data:/app/data" + # to run gotify as a dedicated user: + # sudo chown -R 1234:1234 ./gotify_data + # user: "1234:1234" ```