Skip to content

Commit 2d9ff24

Browse files
clarify docker-compose environment format (#91)
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
1 parent 1f6e551 commit 2d9ff24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/installation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ services:
4141
ports:
4242
- 8080:80
4343
environment:
44-
- GOTIFY_DEFAULTUSER_PASS=custom
44+
GOTIFY_DEFAULTUSER_PASS: 'my-com"plex.\password'
4545
volumes:
4646
- "./gotify_data:/app/data"
47+
# to run gotify as a dedicated user:
48+
# sudo chown -R 1234:1234 ./gotify_data
49+
user: "1234:1234"
4750
```
4851
4952
</p>

0 commit comments

Comments
 (0)