Add restart: unless-stopped
This commit is contained in:
parent
5a91154eab
commit
50dae22ff4
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ services:
|
||||||
glance:
|
glance:
|
||||||
container_name: glance
|
container_name: glance
|
||||||
image: glanceapp/glance
|
image: glanceapp/glance
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config
|
- ./config:/app/config
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue