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

Bug fix introduced by the cron container

parent 85736605
No related branches found
No related tags found
No related merge requests found
......@@ -122,8 +122,8 @@ services:
{% endif %}
extra_hosts:
- '{{ projectdomain }}:{{ docker0.ip }}'
{% endif %}
command: sudo -E crond -f -d 0
{% endif %}
{{ webserver.type }}:
image: {% if webserver.type == 'nginx' %}'wodby/drupal-nginx:{{ webserver.version|default("1.21") }}'{% elseif webserver.type == 'apache' %}'wodby/apache:2.4'{% endif %}
......
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