1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00

chore: jwilder/docker-gen > nginx-proxy/docker-gen

This commit is contained in:
Nicolas Duchon
2022-01-11 19:55:29 +01:00
parent 679c971a19
commit fde0e809e4
6 changed files with 10 additions and 9 deletions

View File

@ -8,7 +8,7 @@ services:
- /etc/nginx/conf.d
dockergen:
image: jwilder/docker-gen
image: nginxproxy/docker-gen
command: -notify-sighup nginx -watch /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
volumes_from:
- nginx

View File

@ -7,7 +7,7 @@ services:
- nginx_conf:/etc/nginx/conf.d
dockergen:
image: jwilder/docker-gen
image: nginxproxy/docker-gen
command: -notify-sighup nginx -watch /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro