Skip to content
Snippets Groups Projects
Commit ad7e50fb authored by jurgenhaas's avatar jurgenhaas
Browse files

#27 Update container spec for apache

parent f517e501
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ services:
{% if webserver.type == 'nginx' %}
image: 'wodby/drupal-nginx:{{ drupal.version }}-{{ webserver.version|default("1.15") }}'
{% elseif webserver.type == 'apache' %}
image: 'wodby/php-apache:2.4'
image: 'wodby/apache:2.4'
{% endif %}
depends_on:
- php
......@@ -66,6 +66,7 @@ services:
NGINX_STATIC_CONTENT_OPEN_FILE_CACHE: 'off'
NGINX_ERROR_LOG_LEVEL: debug
{% elseif webserver.type == 'apache' %}
APACHE_VHOST_PRESET: php
APACHE_LOG_LEVEL: debug
{% endif %}
{{ webserver.type|upper }}_BACKEND_HOST: php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment