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
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

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