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