Skip to content

Commit

Permalink
Backport v2 name addition and version removal from docker-compose.yml (
Browse files Browse the repository at this point in the history
…#811)

PHP harnesses v2.0.0 will have this change (from using docker harness as
parent layer), but this is needed earlier to get rid of annoying
warnings
  • Loading branch information
andytson-inviqa authored Jul 17, 2024
1 parent 5b0b0ee commit 7284418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_base/docker-compose.yml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% if @('host.os') == 'darwin' and bool(@('mutagen')) %}
{% set syncvolume = true %}
{% endif %}
version: '{{ @('docker.compose.file_version') }}'
name: {{ @('namespace') | json_encode }}
services:
{% for serviceName, service in @('services') %}
{% if service['enabled'] %}
Expand Down

0 comments on commit 7284418

Please sign in to comment.