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:
|
||||
image: ghcr.io/linuxserver/grocy
|
||||
container_name: grocy
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Paris
|
||||
env_file:
|
||||
- grocy.env
|
||||
volumes:
|
||||
- /var/grocy/config:/config
|
||||
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