Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
enable rootless design 

Signed-off-by: joergmschulz <[email protected]>
  • Loading branch information
joergmschulz authored Feb 8, 2025
1 parent 2717716 commit ce7c453
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ services:
- 3002:3002
environment:
- NEXTCLOUD_URL
- JWT_SECRET_KEY
- JWT_SECRET_KEY
## if you run this rootess, backup_dir needs to be in a place writeable to the non-root process, for example:
- BACKUP_DIR=/tmp/backup

0 comments on commit ce7c453

Please sign in to comment.