From 7a52f71d6124be1d2da43cc86af67cc810f4251f Mon Sep 17 00:00:00 2001 From: bmen Date: Mon, 30 Sep 2019 08:23:18 +0000 Subject: [PATCH] nginx tempate wieder aktiviert --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 65998cc..c6bdde0 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 + - ./mysite.template:/etc/nginx/conf.d/mysite.template - ./:/var/www/html ports: - "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;'" \ 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