change to port 80
This commit is contained in:
parent
4cb30fca86
commit
b6fbc0e71d
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ ADD uwsgi.ini /srv/umap/uwsgi.ini
|
|||
ADD drop-privileges.sh /srv/umap/drop-privileges.sh
|
||||
ADD docker-entrypoint.sh /srv/umap/docker-entrypoint.sh
|
||||
|
||||
EXPOSE 8000/tcp
|
||||
EXPOSE 80/tcp
|
||||
|
||||
# Add Tini
|
||||
ENV TINI_VERSION v0.14.0
|
||||
|
|
|
@ -13,7 +13,7 @@ services:
|
|||
app:
|
||||
image: pommib/umap:1.2.3
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8000:80"
|
||||
environment:
|
||||
- DATABASE_URL=postgis://postgres@db/postgres
|
||||
- REDIS_URL=redis://redis:6379/0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
uid = umap
|
||||
gid = users
|
||||
enable-threads = true
|
||||
http-socket = :8000
|
||||
http-socket = :80
|
||||
|
||||
# Python related settings
|
||||
# the base directory (full path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue