From e833461cbc16cc7c9cd5af174e302c487a23595c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 18 Jan 2024 20:00:50 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-snapdrop.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/images/docker-snapdrop.md b/docs/images/docker-snapdrop.md index efb953ef7..ccddd296a 100755 --- a/docs/images/docker-snapdrop.md +++ b/docs/images/docker-snapdrop.md @@ -55,7 +55,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - :/config + - /path/to/snapdrop/config:/config ports: - 80:80 - 443:443 @@ -72,7 +72,7 @@ docker run -d \ -e TZ=Etc/UTC \ -p 80:80 \ -p 443:443 \ - -v :/config \ + -v /path/to/snapdrop/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/snapdrop:latest ``` @@ -100,7 +100,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Volume | Function | | :----: | --- | -| `/config` | Persistent configs and logs. | +| `/config` | Persistent config files | #### Miscellaneous Options @@ -270,6 +270,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **23.12.23:** - Rebase to Alpine 3.19 with php 8.3. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf. * **13.04.23:** - Move ssl.conf include to default.conf. * **20.01.23:** - Rebase to alpine 3.17 with php8.1.