diff --git a/ebookapps/compose.yml b/ebookapps/compose.yml index 215339c..3ed5178 100644 --- a/ebookapps/compose.yml +++ b/ebookapps/compose.yml @@ -8,7 +8,7 @@ services: - PUID=1000 - PGID=1000 # Edit to match your current timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - - TZ=CDT + - TZ=America/Chicago # Hardcover API Key required for Hardcover as a Metadata Provider, get one here: https://docs.hardcover.app/api/getting-started/ - HARDCOVER_TOKEN=your_hardcover_api_key_here # If your library is on a network share (e.g., NFS/SMB), disable WAL to reduce locking issues @@ -35,4 +35,3 @@ services: # - NET_BIND_SERVICE restart: unless-stopped - \ No newline at end of file