Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: eternal-flame-AD <[email protected]>
  • Loading branch information
eternal-flame-AD committed Nov 22, 2024
1 parent 33056f8 commit affa28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ services:
ports:
- 8080:80
environment:
GOTIFY_DEFAULTUSER_PASS: 'my-com"plex.\password'
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"
# user: "1234:1234"
```

</p>
Expand Down

0 comments on commit affa28c

Please sign in to comment.