remove duplicate "goproxy" in docker-compose.yaml

pull/104/head
fancyrabbit 2019-08-14 21:10:26 +08:00 committed by kun
parent 1b9ed15045
commit d976bbfa43
1 changed files with 1 additions and 1 deletions

View File

@ -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