Use older version of docker-compose

This commit is contained in:
Valentin Brandl
2019-04-18 01:06:32 +02:00
parent 854f9ef9e4
commit 95a9ccc68b

View File

@ -1,13 +1,10 @@
version: "3"
version: "2"
services:
hoc:
build: .
image: local/hoc:latest
volumes:
- repositories:/repos
- ./repos:/repos
ports:
- "127.0.0.1:8080:8080"
volumes:
repositories: