Skip to content

Commit

Permalink
Merge pull request #6 from aperim/5-correct-user-and-group-id
Browse files Browse the repository at this point in the history
Allowing passage of PUID and PGID
  • Loading branch information
troykelly authored Oct 6, 2024
2 parents a12f48e + 88df389 commit c4ce72f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-gluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
- TRAEFIK_DASHBOARD_PASSWORD
- ACME_CLEANUP_UNUSED
- ACME_CLEANUP_DOIT
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}
- TRAEFIK_ACME_FILE=${TRAEFIK_ACME_FILE:-/certificates/acme.json}
- CLEANUP_REPORT=${CLEANUP_REPORT:-/certificates/REPORT.md}
deploy:
Expand Down
2 changes: 2 additions & 0 deletions docker-compose-swarm-gluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
- TRAEFIK_DASHBOARD_PASSWORD
- ACME_CLEANUP_UNUSED
- ACME_CLEANUP_DOIT
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}
- TRAEFIK_ACME_FILE=${TRAEFIK_ACME_FILE:-/certificates/acme.json}
- CLEANUP_REPORT=${CLEANUP_REPORT:-/certificates/REPORT.md}
deploy:
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
- TRAEFIK_DASHBOARD_PASSWORD
- ACME_CLEANUP_UNUSED
- ACME_CLEANUP_DOIT
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}
- TRAEFIK_ACME_FILE=${TRAEFIK_ACME_FILE:-/certificates/acme.json}
- CLEANUP_REPORT=${CLEANUP_REPORT:-/certificates/REPORT.md}
deploy:
Expand Down

0 comments on commit c4ce72f

Please sign in to comment.