mirror of https://github.com/goproxyio/goproxy
remove duplicate "goproxy" in docker-compose.yaml
parent
1b9ed15045
commit
d976bbfa43
|
@ -2,7 +2,7 @@ version: "2"
|
||||||
services:
|
services:
|
||||||
goproxy:
|
goproxy:
|
||||||
image: goproxy/goproxy:latest
|
image: goproxy/goproxy:latest
|
||||||
command: "goproxy -listen=0.0.0.0:8081 -cacheDir=/ext"
|
command: "-listen=0.0.0.0:8081 -cacheDir=/ext"
|
||||||
ports:
|
ports:
|
||||||
- "8081:8081"
|
- "8081:8081"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue