diff --git a/docs/images/docker-grocy.md b/docs/images/docker-grocy.md index 6a284119a..28c48f0e1 100644 --- a/docs/images/docker-grocy.md +++ b/docs/images/docker-grocy.md @@ -64,7 +64,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/data:/config + - /path/to/grocy/config:/config ports: - 9283:80 restart: unless-stopped @@ -79,7 +79,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 ``` @@ -106,7 +106,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Volume | Function | | :----: | --- | -| `/config` | this will store any uploaded data on the docker host | +| `/config` | Persistent config files | #### Miscellaneous Options @@ -276,6 +276,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.