Changed ports

This commit is contained in:
Thord Johansson 2023-03-12 14:37:59 +01:00
parent 5e5f3e3e01
commit e01abe1cba
3 changed files with 3 additions and 3 deletions

View File

@ -20,4 +20,4 @@ services:
image: adminer
restart: always
ports:
- 8081:8080
- 8082:8080

View File

@ -11,7 +11,7 @@ services:
image: "jc21/nginx-proxy-manager:latest"
restart: always
ports:
- "80:80"
- "82:80"
- "443:443"
- "81:81"
environment:

View File

@ -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'