diff --git a/docker-compose.yml b/docker-compose.yml index c6bdde0..b630f96 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,11 +1,7 @@ web: image: nginx volumes: - - ./mysite.template:/etc/nginx/conf.d/mysite.template + - ./site.conf:/etc/nginx/conf.d/site.conf - ./:/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 + - "8090:80" \ No newline at end of file