fix: indentation error

This commit is contained in:
Oliver Davies 2023-05-09 20:09:12 +01:00
parent 0cd35db6db
commit 6531efe56e

View file

@ -31,7 +31,7 @@ x-app: &default-app
tty: true tty: true
services: services:
{% if "web" in dockerCompose.services %} {% if "web" in dockerCompose.services %}
web: web:
<<: [*default-proxy, *default-app] <<: [*default-proxy, *default-app]
build: build:
@ -40,7 +40,7 @@ services:
depends_on: depends_on:
- php - php
profiles: [web] profiles: [web]
{% endif %} {% endif %}
{% if "php" == language %} {% if "php" == language %}
php: php: