Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 1960704

Browse files
committed
Correctly include non-secure endpoint into traefik config
when using letsencrypt Closes exoframejs/exoframe#296
1 parent 66932c7 commit 1960704

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/docker/traefik.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ async function generateTraefikConfig(config, volumePath) {
2626
// letsencrypt flags
2727
const letsencrypt = {
2828
entryPoints: {
29+
web: {
30+
address: ':80',
31+
},
2932
websecure: {
3033
address: ':443',
3134
},

0 commit comments

Comments
 (0)