mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
fix: missing web service
This commit is contained in:
parent
474f8129a9
commit
fd5af4f397
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ x-app: &default-app
|
||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
{% if dockerCompose.services.web != false %}
|
{% if dockerCompose.services.web is not defined or dockerCompose.services.web != false -%}
|
||||||
web:
|
web:
|
||||||
<<: *default-app
|
<<: *default-app
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue