You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
your docker-compose.yml file has Environments listed like this:
environment:
# Only change these if you know what you're doing
- PUID=1000
- PGID=1000
# Edit to match your current timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- TZ=UTC
But Environment is expecting values like THIS in a docker-compose.yml
environment:
# Only change these if you know what you're doing
PUID: 1000
PGID: 1000
# Edit to match your current timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TZ: UTC
So if you fill this in with the settings youre looking for based on the current docker-compose.yml, it wont actually use any of those values.
Thanks for this software! I was literally just looking at setting up calibre again yesterday, and then came across your post on reddit and this is WAY better.
The text was updated successfully, but these errors were encountered:
Hello,
your docker-compose.yml file has Environments listed like this:
But Environment is expecting values like THIS in a docker-compose.yml
So if you fill this in with the settings youre looking for based on the current docker-compose.yml, it wont actually use any of those values.
Thanks for this software! I was literally just looking at setting up calibre again yesterday, and then came across your post on reddit and this is WAY better.
The text was updated successfully, but these errors were encountered: