Initial commit
This commit is contained in:
parent
48d48ca0d6
commit
b0ffcccbe9
2 changed files with 5 additions and 4 deletions
|
@ -4,10 +4,8 @@ services:
|
||||||
grocy:
|
grocy:
|
||||||
image: ghcr.io/linuxserver/grocy
|
image: ghcr.io/linuxserver/grocy
|
||||||
container_name: grocy
|
container_name: grocy
|
||||||
environment:
|
env_file:
|
||||||
- PUID=1000
|
- grocy.env
|
||||||
- PGID=1000
|
|
||||||
- TZ=Europe/Paris
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/grocy/config:/config
|
- /var/grocy/config:/config
|
||||||
ports:
|
ports:
|
||||||
|
|
3
grocy.env
Normal file
3
grocy.env
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
PUID=1000
|
||||||
|
PGID=1000
|
||||||
|
TZ=Europe/Paris
|
Reference in a new issue