Update docker-compose.yml of grocy

This commit is contained in:
Stephan Porada 2023-10-29 08:41:49 +01:00
parent 16b4231cdc
commit fbd4cd674f
1 changed files with 2 additions and 1 deletions

View File

@ -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