12 lines
212 B
YAML
12 lines
212 B
YAML
version: "2"
|
|
|
|
services:
|
|
hoc:
|
|
image: vbrandl/hits-of-code:latest
|
|
volumes:
|
|
- ./repos:/home/hoc/repos
|
|
- ./cache:/home/hoc/cache
|
|
# ports:
|
|
# - "127.0.0.1:8080:8080"
|
|
restart: always
|