@@ -33,7 +33,8 @@ RUN set -ex \
|
|||||||
|
|
||||||
WORKDIR /opt/mailman-web
|
WORKDIR /opt/mailman-web
|
||||||
|
|
||||||
# Expose port 8000 for uwsgi and port 8080 for http
|
# Expose port 8000 for http and port 8080 for uwsgi
|
||||||
|
# (see web/mailman-web/uwsgi.ini#L2-L4)
|
||||||
EXPOSE 8000 8080
|
EXPOSE 8000 8080
|
||||||
|
|
||||||
# Use stop signal for uwsgi server
|
# Use stop signal for uwsgi server
|
||||||
|
|||||||
@@ -38,7 +38,8 @@ RUN set -ex \
|
|||||||
|
|
||||||
WORKDIR /opt/mailman-web
|
WORKDIR /opt/mailman-web
|
||||||
|
|
||||||
# Expose port 8000 for uwsgi and port 8080 for http
|
# Expose port 8000 for http and port 8080 for uwsgi
|
||||||
|
# (see web/mailman-web/uwsgi.ini#L2-L4)
|
||||||
EXPOSE 8000 8080
|
EXPOSE 8000 8080
|
||||||
|
|
||||||
# Use stop signal for uwsgi server
|
# Use stop signal for uwsgi server
|
||||||
|
|||||||
Reference in New Issue
Block a user