kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
a0624b642c
commit
bc54b4a6c8
|
@ -57,8 +57,8 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/config
|
- /path/to/kavita/config:/config
|
||||||
- /path/to/data:/data
|
- /path/to/data:/data #optional
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -73,8 +73,8 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 5000:5000 \
|
-p 5000:5000 \
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/kavita/config:/config \
|
||||||
-v /path/to/data:/data \
|
-v /path/to/data:/data `#optional` \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/kavita:latest
|
lscr.io/linuxserver/kavita:latest
|
||||||
```
|
```
|
||||||
|
@ -272,5 +272,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **10.07.24:** - Rebase to Ubuntu Noble.
|
||||||
* **12.08.23:** - Fix app file perms to prevent high uid.
|
* **12.08.23:** - Fix app file perms to prevent high uid.
|
||||||
* **07.08.23:** - Initial Release.
|
* **07.08.23:** - Initial Release.
|
||||||
|
|
Ładowanie…
Reference in New Issue