hoc/docker-compose.yml
2019-04-16 18:12:33 +02:00

15 lines
200 B
YAML

version: "3"
services:
hoc:
build: .
image: local/hoc:latest
command: --help
volumes:
- repositories:/repos
ports:
- "127.0.0.1:8080:8080"
volumes:
repositories: