ports changed

This commit is contained in:
Dominik 2024-08-20 15:40:39 +02:00
parent 37693e876b
commit 19f8d37cba

View File

@ -14,7 +14,7 @@ services:
- 67:67/udp - 67:67/udp
- 68:68/udp - 68:68/udp
- 3000:3000 - 3000:3000
- 85:80 - 82:80
image: adguard/adguardhome image: adguard/adguardhome
restart: unless-stopped restart: unless-stopped
# first login: admin@example.com/changeme # first login: admin@example.com/changeme
@ -25,7 +25,7 @@ services:
ports: ports:
- '80:80' # Public HTTP Port - '80:80' # Public HTTP Port
- '443:443' # Public HTTPS Port - '443:443' # Public HTTPS Port
- '8181:81' - '81:81'
volumes: volumes:
- ./data:/data - ./data:/data
- ./letsencrypt:/etc/letsencrypt - ./letsencrypt:/etc/letsencrypt
@ -37,5 +37,5 @@ services:
environment: environment:
- TZ=Europe/Vienna - TZ=Europe/Vienna
ports: ports:
- 84:80 - 83:80
restart: unless-stopped restart: unless-stopped