Init volman

This commit is contained in:
GHOSCHT 2022-08-27 11:45:32 +02:00
parent 19bd0b2b56
commit 57c6f6c07b
No known key found for this signature in database
GPG key ID: A35BD466B8871994

12
volman/docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
version: "3.5"
services:
volman:
image: ubuntu
container_name: volman
volumes:
- data:/foo
volumes:
data:
name: dropbot_data
external: true