mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-11-09 23:41:58 +01:00
Keep volman alive
This commit is contained in:
parent
57c6f6c07b
commit
f055c5fe25
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ services:
|
||||||
volman:
|
volman:
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
container_name: volman
|
container_name: volman
|
||||||
|
command: sleep infinity
|
||||||
volumes:
|
volumes:
|
||||||
- data:/foo
|
- data:/foo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue