[survey-web/oscp] Expose correct port



commit b2f18d4ade94d25588bfb9042e3920aa08eaf9d6
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Mar 6 18:39:49 2020 +0100

    Expose correct port

 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 959eb58..23d1f34 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -26,5 +26,5 @@ RUN chmod -R a+rwx /app/limesurvey/themes
 RUN chmod -R a+rwx /app/limesurvey/application/config
 
 COPY run.sh /tmp/entrypoint.sh
-EXPOSE 8843
+EXPOSE 8080
 ENTRYPOINT ["/tmp/entrypoint.sh"]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]