mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 07:36:37 -03:00
Update PUID and PGID in docker-compose for calibre-web-automated service
This commit is contained in:
parent
5e898d5762
commit
e133a0cdbd
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ services:
|
|||
container_name: calibre-web-automated
|
||||
environment:
|
||||
# Only change these if you know what you're doing
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PUID=110
|
||||
- PGID=118
|
||||
# Edit to match your current timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
- TZ=UTC
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue