From a450e28b7d94252b4b6f0d157311d52c81879d5a Mon Sep 17 00:00:00 2001 From: bmen Date: Mon, 30 Sep 2019 08:14:44 +0000 Subject: [PATCH] =?UTF-8?q?URL=20zu=20oho.zeitpunkt-agentur.org=20ge=C3=A4?= =?UTF-8?q?ndert=20und=20indivduelles=20nginx=20template=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7bcb58f..65998cc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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;'" \ No newline at end of file +# command: /bin/bash -c "envsubst < /etc/nginx/conf.d/mysite.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'" \ No newline at end of file