URL zu oho.zeitpunkt-agentur.org geändert und indivduelles nginx template entfernt
This commit is contained in:
parent
0a435a403f
commit
a450e28b7d
|
@ -1,11 +1,11 @@
|
|||
web:
|
||||
image: nginx
|
||||
volumes:
|
||||
- ./nginx.template:/etc/nginx/conf.d/mysite.template
|
||||
# - ./nginx.template:/etc/nginx/conf.d/mysite.template
|
||||
- ./:/var/www/html
|
||||
ports:
|
||||
- "8090:80"
|
||||
environment:
|
||||
- NGINX_HOST=oho.die-dezentrale.org
|
||||
- NGINX_HOST=oho.zeitpunkt-agentur.org
|
||||
- NGINX_PORT=80
|
||||
command: /bin/bash -c "envsubst < /etc/nginx/conf.d/mysite.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
|
||||
# command: /bin/bash -c "envsubst < /etc/nginx/conf.d/mysite.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
|
Loading…
Reference in New Issue