services:
  app:
    image: goproxy/goproxy
    command: -proxy https://goproxy.cn
    restart: always
    ports:
      - 18888:8081
    volumes:
      - cache:/go
volumes:
  cache:
