aboutsummaryrefslogtreecommitdiff
path: root/Docker/Dockerfile-Alpine
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-01-07 23:32:39 +0100
committerGravatar GitHub <noreply@github.com> 2021-01-07 23:32:39 +0100
commit69060cda334fb8e8b6e08d71665c63e13cfdc095 (patch)
treeaee451201fd80ed8252afca0c7892726c306165d /Docker/Dockerfile-Alpine
parent85cbfcedb50b3a579d13697b4ec27c87450f68a7 (diff)
Docker: Environment variable to change Apache port (#3343)
#fix https://github.com/FreshRSS/FreshRSS/issues/3341 New environment variable `LISTEN='0.0.0.0:8080'` ``` docker run -d --network host --uts host -e LISTEN='0.0.0.0:8080' -e TZ=Europe/Paris --name freshrss freshrss/freshrss ```
Diffstat (limited to 'Docker/Dockerfile-Alpine')
-rw-r--r--Docker/Dockerfile-Alpine1
1 files changed, 1 insertions, 0 deletions
diff --git a/Docker/Dockerfile-Alpine b/Docker/Dockerfile-Alpine
index d634d766d..df3e2f3ed 100644
--- a/Docker/Dockerfile-Alpine
+++ b/Docker/Dockerfile-Alpine
@@ -47,6 +47,7 @@ ENV COPY_LOG_TO_SYSLOG On
ENV COPY_SYSLOG_TO_STDERR On
ENV CRON_MIN ''
ENV FRESHRSS_ENV ''
+ENV LISTEN ''
ENTRYPOINT ["./Docker/entrypoint.sh"]