Bot Updating Documentation

pull/70/head
LinuxServer-CI 2022-12-13 19:47:04 +01:00
rodzic 038c47c028
commit af6f5087fe
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -57,8 +57,8 @@ services:
- PGID=1000 - PGID=1000
- TZ=Europe/London - TZ=Europe/London
volumes: volumes:
- </path/to/smokeping/config>:/config - /path/to/smokeping/config:/config
- </path/to/smokeping/data>:/data - /path/to/smokeping/data:/data
ports: ports:
- 80:80 - 80:80
restart: unless-stopped restart: unless-stopped
@ -73,8 +73,8 @@ docker run -d \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Europe/London \ -e TZ=Europe/London \
-p 80:80 \ -p 80:80 \
-v </path/to/smokeping/config>:/config \ -v /path/to/smokeping/config:/config \
-v </path/to/smokeping/data>:/data \ -v /path/to/smokeping/data:/data \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/smokeping:latest lscr.io/linuxserver/smokeping:latest
``` ```
@ -158,6 +158,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## Versions
* **12.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, switch to nginx and fcgiwrap.
* **29.03.21:** - Dockerfile: Install curl before we call it * **29.03.21:** - Dockerfile: Install curl before we call it
* **23.01.21:** - Rebasing to alpine 3.13. * **23.01.21:** - Rebasing to alpine 3.13.
* **01.06.20:** - Rebasing to alpine 3.12. * **01.06.20:** - Rebasing to alpine 3.12.