[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:
|
||||
- {{ docker_host | regex_replace('^unix://', '') }}:/var/run/docker.sock:ro
|
||||
- ./images.yml:/etc/diun/images.yml:ro
|
||||
- diun-data:/data
|
||||
- data:/data
|
||||
|
||||
volumes:
|
||||
diun-data:
|
||||
name: diun-data
|
||||
data:
|
||||
|
|
Loading…
Reference in a new issue