Change port

This commit is contained in:
Marko Korhonen 2020-07-12 12:03:24 +03:00
parent 92ed189c50
commit 56a76e3219
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -9,7 +9,7 @@ services:
- "53:53/udp" - "53:53/udp"
- "67:67/udp" - "67:67/udp"
- "8069:80/tcp" - "8069:80/tcp"
- "443:443/tcp" - "8070:443/tcp"
environment: environment:
TZ: "Europe/Helsinki" TZ: "Europe/Helsinki"
WEBPASSWORD: "${WEBPASSWORD}" WEBPASSWORD: "${WEBPASSWORD}"