Update docker-compose.yml of grocy
This commit is contained in:
parent
16b4231cdc
commit
fbd4cd674f
@ -7,7 +7,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
grocy-frontend:
|
grocy-frontend:
|
||||||
image: lscr.io/linuxserver/grocy
|
image: lscr.io/linuxserver/grocy:latest
|
||||||
container_name: grocy-app
|
container_name: grocy-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@ -17,6 +17,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
|
- TZ=CET
|
||||||
env_file: live.env
|
env_file: live.env
|
||||||
labels:
|
labels:
|
||||||
# Watchtower
|
# Watchtower
|
||||||
|
Loading…
Reference in New Issue
Block a user