mysite.template zu site-conf umbenannt und pfad angepasst
This commit is contained in:
parent
7a52f71d61
commit
58ebb0d88f
1 changed files with 2 additions and 6 deletions
|
|
@ -1,11 +1,7 @@
|
||||||
web:
|
web:
|
||||||
image: nginx
|
image: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./mysite.template:/etc/nginx/conf.d/mysite.template
|
- ./site.conf:/etc/nginx/conf.d/site.conf
|
||||||
- ./:/var/www/html
|
- ./:/var/www/html
|
||||||
ports:
|
ports:
|
||||||
- "8090:80"
|
- "8090:80"
|
||||||
environment:
|
|
||||||
- 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;'"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue