1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:25 +02:00

fix ot-frontend

This commit is contained in:
kev 2019-10-15 09:26:07 +08:00
parent 3a923786cc
commit d0374f309b
2 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,5 @@ EXPOSE 80
CMD set -xe \
&& envsubst '${SERVER_HOST}:${SERVER_PORT}' < /etc/nginx/nginx.tmpl > /etc/nginx/nginx.conf \
&& mkdir -p /run/nginx/ \
&& nginx -g 'daemon off;'

View File

@ -23,7 +23,6 @@ services:
ports:
- 8080:80
environment:
- LISTEN_PORT=80
- SERVER_HOST=recorder
- SERVER_PORT=8083
restart: unless-stopped