Bot Updating Documentation

pull/200/head
LinuxServer-CI 2024-03-21 14:15:13 +00:00
rodzic f2b3a1216a
commit 078ef73d89
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -56,7 +56,7 @@ services:
- TZ=Etc/UTC
- SECRET_PATH=/pwndrop #optional
volumes:
- /path/to/appdata:/config
- /path/to/pwndrop/appdata:/config
ports:
- 8080:8080
restart: unless-stopped
@ -72,7 +72,7 @@ docker run -d \
-e TZ=Etc/UTC \
-e SECRET_PATH=/pwndrop `#optional` \
-p 8080:8080 \
-v /path/to/appdata:/config \
-v /path/to/pwndrop/appdata:/config \
--restart unless-stopped \
lscr.io/linuxserver/pwndrop:latest
```
@ -270,6 +270,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **20.03.24:** - Rebase to Alpine 3.19.
* **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)
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.