[diun] Change data volume name
This commit is contained in:
parent
9c7ad280f9
commit
9094da305c
1 changed files with 2 additions and 3 deletions
|
@ -8,8 +8,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- {{ docker_host | regex_replace('^unix://', '') }}:/var/run/docker.sock:ro
|
- {{ docker_host | regex_replace('^unix://', '') }}:/var/run/docker.sock:ro
|
||||||
- ./images.yml:/etc/diun/images.yml:ro
|
- ./images.yml:/etc/diun/images.yml:ro
|
||||||
- diun-data:/data
|
- data:/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
diun-data:
|
data:
|
||||||
name: diun-data
|
|
||||||
|
|
Loading…
Reference in a new issue