Commit 8d5ae3a5 by 蔡润涛

Update nginx-proxy.yml

parent 00610f93
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
- /home/deploy/nginx/certs:/etc/nginx/certs - /home/deploy/nginx/certs:/etc/nginx/certs
nginx-gen: nginx-gen:
restart: always restart: always
image: ghcr.io/ivancai/nginx-gen:2.0 image: registry.cn-shenzhen.aliyuncs.com/dankal/nginx-gen:2.0
container_name: nginx-gen container_name: nginx-gen
volumes_from: volumes_from:
- nginx-root - nginx-root
...@@ -24,7 +24,7 @@ services: ...@@ -24,7 +24,7 @@ services:
command: -notify-sighup nginx-root -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf command: -notify-sighup nginx-root -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
nginx-certbot: nginx-certbot:
restart: always restart: always
image: ghcr.io/ivancai/nginx-certbot:2.0 image: registry.cn-shenzhen.aliyuncs.com/dankal/nginx-certbot:2.0
container_name: nginx-certbot container_name: nginx-certbot
environment: environment:
- NGINX_DOCKER_GEN_CONTAINER=nginx-gen - NGINX_DOCKER_GEN_CONTAINER=nginx-gen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment