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

Commit 5f39e5f

Browse files
committed
Merge branch 'develop', prepare 6.2.2
2 parents e0eb3b8 + 1960704 commit 5f39e5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exoframe-server",
3-
"version": "6.2.1",
3+
"version": "6.2.3-dev.0",
44
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
55
"main": "bin/server-core.js",
66
"bin": "bin/exoframe-server.js",

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)