mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-12-26 06:10:35 +01:00
Keep volman alive
This commit is contained in:
parent
57c6f6c07b
commit
f055c5fe25
1 changed files with 2 additions and 1 deletions
|
@ -3,10 +3,11 @@ services:
|
|||
volman:
|
||||
image: ubuntu
|
||||
container_name: volman
|
||||
command: sleep infinity
|
||||
volumes:
|
||||
- data:/foo
|
||||
|
||||
volumes:
|
||||
data:
|
||||
name: dropbot_data
|
||||
external: true
|
||||
external: true
|
Loading…
Reference in a new issue