Bot Updating Documentation

pull/195/head
LinuxServer-CI 2024-03-06 16:23:54 +00:00
rodzic e160483705
commit 4c0108cba1
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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.