Update glance template for 0.7.0
updated template according to https://github.com/glanceapp/glance/blob/main/docs/v0.7.0-upgrade.md
This commit is contained in:
parent
f28eefe603
commit
76cbc2bcc9
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ services:
|
||||||
- SERVICE_FQDN_GLANCE_8080
|
- SERVICE_FQDN_GLANCE_8080
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./glance-settings
|
source: ./config
|
||||||
target: /app/glance.yml
|
target: /app/config/glance.yml
|
||||||
content: |
|
content: |
|
||||||
pages:
|
pages:
|
||||||
- name: Home
|
- name: Home
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue