1
0
Fork 0
medicine-config/docker-registry-proxy/docker-compose.yml

17 lines
327 B
YAML

version: '3'
services:
docker-registry-proxy:
restart: "always"
image: nginx
container_name: docker-registry-proxy
volumes:
- ./default.conf:/etc/nginx/conf.d/default.conf
ports:
- "840:80"
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "10"