Skip to content

Commit

Permalink
Updated env for docker given the invarriant problems stable is having
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Jan 8, 2025
1 parent 0b222f7 commit d03e3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/installation/docker/dockerhub.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- /your/path/to/saved/config:/kavita/config # /kavita/config must not be changed
environment:
- TZ=Your/Timezone
- DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
ports:
- "5000:5000"
restart: unless-stopped
Expand Down
1 change: 1 addition & 0 deletions pages/installation/docker/lsio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
volumes:
- /path/to/kavita/config:/config
- /path/to/data:/data #optional
Expand Down

0 comments on commit d03e3e0

Please sign in to comment.