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