Skip to content
Snippets Groups Projects
Commit 25d4f68f authored by 3d's avatar 3d
Browse files

revert changes

parent 0559962c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ services:
restart: always
ports:
- 8088:8088
- 8043:8043
- 8843:8843
- 27001:27001/udp
- 29810:29810/udp
......@@ -24,8 +23,8 @@ services:
TZ: Europe/Berlin
PUID: 508
PGID: 508
MANAGE_HTTP_PORT: 8088
MANAGE_HTTPS_PORT: 8043
MANAGE_HTTP_PORT: 80
MANAGE_HTTPS_PORT: 443
PORTAL_HTTP_PORT: 8088
PORTAL_HTTPS_PORT: 8843
PORT_ADOPT_V1: 29812
......@@ -43,7 +42,7 @@ services:
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
- traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.serversTransport={{ servicename }}
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=8043
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=443
- traefik.http.services.{{ servicename }}.loadbalancer.server.scheme=https
- traefik.http.serversTransports.{{ servicename }}.insecureSkipVerify=true
networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment