fix config volume not ro in docker-gen
This commit is contained in:
parent
8aa947ecec
commit
b8efca91a8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ services:
|
|||
volumes:
|
||||
- {{ nginx_proxy_base_dir }}/nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro
|
||||
- {{ nginx_proxy_docker_socket }}:/tmp/docker.sock:ro
|
||||
- {{ nginx_proxy_base_dir }}/conf.d:/etc/nginx/conf.d:ro
|
||||
- {{ nginx_proxy_base_dir }}/conf.d:/etc/nginx/conf.d
|
||||
- {{ nginx_proxy_base_dir }}/html:/usr/share/nginx/html:ro
|
||||
- {{ nginx_proxy_base_dir }}/certs:/etc/nginx/certs:ro
|
||||
- {{ nginx_proxy_base_dir }}/vhost.d:/etc/nginx/vhost.d:ro
|
||||
|
|
Loading…
Add table
Reference in a new issue