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

possible omada fix?

parent 06e5252a
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ services:
restart: always
ports:
- 8088:8088
- 8043:8043
- 8843:8843
- 27001:27001/udp
- 29810:29810/udp
......@@ -38,7 +39,7 @@ services:
SSL_CERT_NAME: "tls.crt"
SSL_KEY_NAME: "tls.key"
labels:
- traefik.enable=false
- traefik.enable=true
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
- traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.serversTransport={{ servicename }}
......
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