Skip to content

Commit

Permalink
CHANGED: uid and gid for server
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jun 7, 2024
1 parent f657196 commit 521d597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
context: .
dockerfile: Dockerfile
environment:
- PUID=1015
- PGID=1015
- PUID=1001
- PGID=1001
- TZ=Europe/London
ports:
- "0.0.0.0:80:80"
Expand Down

0 comments on commit 521d597

Please sign in to comment.