kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
e160483705
commit
4c0108cba1
|
@ -64,7 +64,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config
|
- /path/to/grocy/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 9283:80
|
- 9283:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -79,7 +79,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 9283:80 \
|
-p 9283:80 \
|
||||||
-v /path/to/data:/config \
|
-v /path/to/grocy/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/grocy:latest
|
lscr.io/linuxserver/grocy:latest
|
||||||
```
|
```
|
||||||
|
@ -106,7 +106,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `/config` | this will store any uploaded data on the docker host |
|
| `/config` | Persistent config files |
|
||||||
|
|
||||||
#### Miscellaneous Options
|
#### Miscellaneous Options
|
||||||
|
|
||||||
|
@ -276,6 +276,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **06.03.24:** - Rebase to Alpine 3.19 with php 8.3.
|
||||||
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
||||||
* **13.04.23:** - Move ssl.conf include to default.conf.
|
* **13.04.23:** - Move ssl.conf include to default.conf.
|
||||||
* **19.01.23:** - Rebase to alpine 3.17 with php8.1.
|
* **19.01.23:** - Rebase to alpine 3.17 with php8.1.
|
||||||
|
|
Ładowanie…
Reference in New Issue