goproxy/docker-compose.yaml

11 lines
205 B
YAML
Raw Normal View History

2018-12-24 07:51:40 +00:00
version: "2"
2018-10-17 03:40:42 +00:00
services:
goproxy:
2018-12-24 07:51:40 +00:00
image: goproxy/goproxy:latest
command: "-listen=0.0.0.0:8081 -cacheDir=/ext"
2018-10-17 03:40:42 +00:00
ports:
2018-12-24 07:51:40 +00:00
- "8081:8081"
2018-10-17 03:40:42 +00:00
restart: always
volumes:
2018-12-26 14:03:22 +00:00
- ./cacheDir:/ext