1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-21 06:56:53 +02:00

Use nginxproxy's DockerHub registry

The official nginx-proxy repo is transitioned away from jwilder/nginx-proxy
ad7c02570b

Signed-off-by: Daniel Fernández <daferoes@gmail.com>
This commit is contained in:
Daniel Fernández 2021-08-03 23:53:56 +02:00
parent 76be304d79
commit 73f1cb3e74

View File

@ -3,8 +3,8 @@ version: "3"
# https://github.com/pi-hole/docker-pi-hole/blob/master/README.md
services:
jwilder-proxy:
image: jwilder/nginx-proxy
nginx-proxy:
image: nginxproxy/nginx-proxy
ports:
- '80:80'
environment:
@ -38,7 +38,7 @@ services:
extra_hosts:
# Resolve to nothing domains (terminate connection)
- 'nw2master.bioware.com nwn2.master.gamespy.com:0.0.0.0'
# LAN hostnames for other docker containers using jwilder
# LAN hostnames for other docker containers using nginx-proxy
- 'yourDomain.lan:192.168.41.55'
- 'pihole pihole.yourDomain.lan:192.168.41.55'
- 'ghost ghost.yourDomain.lan:192.168.41.55'