From 44b4298e2ad830f63a5de5fba980f25dedae37b2 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 13 Dec 2022 19:47:04 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-smokeping.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/images/docker-smokeping.md b/images/docker-smokeping.md index 78d9d693a2..b9905978b7 100644 --- a/images/docker-smokeping.md +++ b/images/docker-smokeping.md @@ -57,8 +57,8 @@ services: - PGID=1000 - TZ=Europe/London volumes: - - :/config - - :/data + - /path/to/smokeping/config:/config + - /path/to/smokeping/data:/data ports: - 80:80 restart: unless-stopped @@ -73,8 +73,8 @@ docker run -d \ -e PGID=1000 \ -e TZ=Europe/London \ -p 80:80 \ - -v :/config \ - -v :/data \ + -v /path/to/smokeping/config:/config \ + -v /path/to/smokeping/data:/data \ --restart unless-stopped \ lscr.io/linuxserver/smokeping:latest ``` @@ -158,6 +158,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## 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 * **23.01.21:** - Rebasing to alpine 3.13. * **01.06.20:** - Rebasing to alpine 3.12.