Changed ports
This commit is contained in:
parent
5e5f3e3e01
commit
e01abe1cba
|
@ -20,4 +20,4 @@ services:
|
||||||
image: adminer
|
image: adminer
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8081:8080
|
- 8082:8080
|
||||||
|
|
|
@ -11,7 +11,7 @@ services:
|
||||||
image: "jc21/nginx-proxy-manager:latest"
|
image: "jc21/nginx-proxy-manager:latest"
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "82:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "81:81"
|
- "81:81"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
- "53:53/udp"
|
- "53:53/udp"
|
||||||
- "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
- "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
||||||
- "8080:80/tcp"
|
- "8081:80/tcp"
|
||||||
environment:
|
environment:
|
||||||
TZ: 'Europe/Stockholm'
|
TZ: 'Europe/Stockholm'
|
||||||
# WEBPASSWORD: 'set a secure password here or it will be random'
|
# WEBPASSWORD: 'set a secure password here or it will be random'
|
||||||
|
|
Loading…
Reference in New Issue