kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
9ef9d9336f
commit
179f785769
|
@ -105,7 +105,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/config
|
- /path/to/qdirstat/config:/config
|
||||||
- /path/to/data:/data
|
- /path/to/data:/data
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
@ -123,7 +123,7 @@ docker run -d \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-p 3001:3001 \
|
-p 3001:3001 \
|
||||||
-v /path/to/config:/config \
|
-v /path/to/qdirstat/config:/config \
|
||||||
-v /path/to/data:/data \
|
-v /path/to/data:/data \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/qdirstat:latest
|
lscr.io/linuxserver/qdirstat:latest
|
||||||
|
@ -323,6 +323,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **28.08.24:** - Rebase to noble.
|
||||||
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
|
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
|
||||||
* **03.04.23:** - Rebase to KasmVNC base image. Deprecate armhf build as the new base does not support it.
|
* **03.04.23:** - Rebase to KasmVNC base image. Deprecate armhf build as the new base does not support it.
|
||||||
* **16.12.22:** - Rebase to Jammy.
|
* **16.12.22:** - Rebase to Jammy.
|
||||||
|
|
Ładowanie…
Reference in New Issue