mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
fix: indentation error
This commit is contained in:
parent
0cd35db6db
commit
6531efe56e
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue