Updated for 0.7.0 breaking change

This commit is contained in:
2025-02-09 15:51:10 -07:00
parent 6620fe6a86
commit 951531df0c
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ services:
glance:
image: glanceapp/glance
volumes:
- ./glance.yml:/app/glance.yml
- ./config:/app/config
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped