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:
parent
3a923786cc
commit
d0374f309b
@ -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;'
|
||||
|
@ -23,7 +23,6 @@ services:
|
||||
ports:
|
||||
- 8080:80
|
||||
environment:
|
||||
- LISTEN_PORT=80
|
||||
- SERVER_HOST=recorder
|
||||
- SERVER_PORT=8083
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user