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

Code style

parent 9e6ad935
No related branches found
Tags v1.10.2
No related merge requests found
......@@ -57,11 +57,7 @@ services:
- '{{ projectname }}.docker.localhost:{{ docker0.ip }}'
{{ webserver.type }}:
{% if webserver.type == 'nginx' %}
image: 'wodby/drupal-nginx:{{ drupal.version }}-{{ webserver.version|default("1.15") }}'
{% elseif webserver.type == 'apache' %}
image: 'wodby/apache:2.4'
{% endif %}
image: {% if webserver.type == 'nginx' %}'wodby/drupal-nginx:{{ drupal.version }}-{{ webserver.version|default("1.15") }}'{% elseif webserver.type == 'apache' %}'wodby/apache:2.4'{% endif %}
depends_on:
- php
environment:
......
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