Update PUID and PGID in docker-compose for calibre-web-automated service

This commit is contained in:
Luigi Oliveira 2025-05-02 03:21:26 -03:00
parent 5e898d5762
commit e133a0cdbd

View file

@ -4,8 +4,8 @@ services:
container_name: calibre-web-automated container_name: calibre-web-automated
environment: environment:
# Only change these if you know what you're doing # Only change these if you know what you're doing
- PUID=1000 - PUID=110
- PGID=1000 - PGID=118
# Edit to match your current timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones # Edit to match your current timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- TZ=UTC - TZ=UTC
volumes: volumes: