diff --git a/docker-compose.yaml b/docker-compose.yaml index 5bac53a..3a7ea45 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -15,6 +15,7 @@ services: # Uncomment this if you want to change the location of # the SQLite DB file within the container DB_SQLITE_FILE: "/data/database.sqlite" + TZ: Asia/Shanghai # Uncomment this if IPv6 is not enabled on your host DISABLE_IPV6: 'true'