Use older version of docker-compose
This commit is contained in:
parent
854f9ef9e4
commit
95a9ccc68b
@ -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:
|
|
||||||
|
Loading…
Reference in New Issue
Block a user