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