19 lines
387 B
YAML
19 lines
387 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"
|
|
extra_hosts:
|
|
- "docker.med-logic.ru:89.223.70.16"
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "200k"
|
|
max-file: "10"
|