From c6fa37640af1cf480478b319959f7a4a84b11aa4 Mon Sep 17 00:00:00 2001 From: William Trelawny <22324745+willman42@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:55:20 -0400 Subject: [PATCH 1/2] Update Dockerfile revert changes made in f26f86dd3f5eb47152d4cd3e27594780c13a3cbb --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 92401245d..09a9ddbe9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -346,6 +346,8 @@ RUN \ #rm -R /home/wekan/python #rm /home/wekan/install_meteor.sh +ENV PORT=8080 +EXPOSE $PORT USER wekan #--------------------------------------------------------------------- From 2287758fdca362d3ee4b4b1292fda5d393c52dfc Mon Sep 17 00:00:00 2001 From: William Trelawny <22324745+willman42@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:59:25 -0400 Subject: [PATCH 2/2] Update docker-compose.yml revert change made in ca35970f3f1e23d774b1ef15fb1686b58daff282 --- docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 316d209ab..08d1f5f35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -171,12 +171,6 @@ services: # - http://192.168.1.100 <=== using at local LAN - ROOT_URL=http://localhost # <=== using only at same laptop/desktop where Wekan is installed #--------------------------------------------------------------- - # ==== DEFAULT PORT SETTING ==== - # By default, Wekan will bind to TCP port 8080. If you need to change this to work with your - # reverse proxy settings or other Docker network topology requirements, change this value. - # - Remember to change the above port binding if you change this value! - - PORT=8080 - #--------------------------------------------------------------- # ==== EMAIL SETTINGS ==== # Email settings are only at MAIL_URL and MAIL_FROM. # Admin Panel has test button, but it's not used for settings.