kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
f2b3a1216a
commit
078ef73d89
|
@ -56,7 +56,7 @@ services:
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- SECRET_PATH=/pwndrop #optional
|
- SECRET_PATH=/pwndrop #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata:/config
|
- /path/to/pwndrop/appdata:/config
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -72,7 +72,7 @@ docker run -d \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-e SECRET_PATH=/pwndrop `#optional` \
|
-e SECRET_PATH=/pwndrop `#optional` \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
-v /path/to/appdata:/config \
|
-v /path/to/pwndrop/appdata:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/pwndrop:latest
|
lscr.io/linuxserver/pwndrop:latest
|
||||||
```
|
```
|
||||||
|
@ -270,6 +270,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **20.03.24:** - Rebase to Alpine 3.19.
|
||||||
* **07.08.23:** - Rebase to Alpine 3.18.
|
* **07.08.23:** - Rebase to Alpine 3.18.
|
||||||
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||||
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
|
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
|
||||||
|
|
Ładowanie…
Reference in New Issue