mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-11-10 03:21:59 +01:00
12 lines
171 B
YAML
12 lines
171 B
YAML
version: "3.5"
|
|
services:
|
|
volman:
|
|
image: ubuntu
|
|
container_name: volman
|
|
volumes:
|
|
- data:/foo
|
|
|
|
volumes:
|
|
data:
|
|
name: dropbot_data
|
|
external: true
|