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

#56 Update nginx image from Wodby

parent 48ab012f
No related branches found
No related tags found
1 merge request!57Merging develop into main
Pipeline #743418 passed
......@@ -121,7 +121,7 @@ services:
{% endif %}
{{ webserver.type }}:
image: '{{ docker_image_prefix }}{% if webserver.type == "nginx" %}wodby/drupal-nginx:{{ webserver.version|default("1.21") }}{% elseif webserver.type == "apache" %}wodby/apache:2.4{% endif %}'
image: '{{ docker_image_prefix }}{% if webserver.type == "nginx" %}wodby/nginx:{{ webserver.version|default("1.23") }}{% elseif webserver.type == "apache" %}wodby/apache:2.4{% endif %}'
{% if drupal.live|default(0) %}
restart: unless-stopped
......
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