Skip to content

Commit

Permalink
clarify docker-compose environment format (#91) (#92)
Browse files Browse the repository at this point in the history
* clarify docker-compose environment format (#91)

---------

Signed-off-by: eternal-flame-AD <[email protected]>
  • Loading branch information
eternal-flame-AD authored Nov 22, 2024
1 parent 1f6e551 commit 0185056
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

</p>
Expand Down

0 comments on commit 0185056

Please sign in to comment.