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
|
||||
|
||||
services:
|
||||
{% if "web" in dockerCompose.services %}
|
||||
{% if "web" in dockerCompose.services %}
|
||||
web:
|
||||
<<: [*default-proxy, *default-app]
|
||||
build:
|
||||
|
@ -40,7 +40,7 @@ services:
|
|||
depends_on:
|
||||
- php
|
||||
profiles: [web]
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if "php" == language %}
|
||||
php:
|
||||
|
|
Loading…
Reference in a new issue