mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-11-09 23:41:58 +01:00
13 lines
No EOL
198 B
YAML
13 lines
No EOL
198 B
YAML
version: "3.5"
|
|
services:
|
|
volman:
|
|
image: ubuntu
|
|
container_name: volman
|
|
command: sleep infinity
|
|
volumes:
|
|
- data:/foo
|
|
|
|
volumes:
|
|
data:
|
|
name: dropbot_data
|
|
external: true |