From 8e6062863028401e3a6cb7d059cae62b807ee5ea Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 6 Mar 2024 16:23:43 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c5942d..3128823 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/data:/config + - /path/to/grocy/config:/config ports: - 9283:80 restart: unless-stopped @@ -102,7 +102,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 9283:80 \ - -v /path/to/data:/config \ + -v /path/to/grocy/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/grocy:latest ``` @@ -117,7 +117,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | -| `-v /config` | this will store any uploaded data on the docker host | +| `-v /config` | Persistent config files | ## Environment variables from files (Docker secrets) @@ -280,6 +280,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **06.03.24:** - 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. * **19.01.23:** - Rebase to alpine 3.17 with php8.1.