Fix DOCKER_NETWORK check

This commit is contained in:
Lukas Breuer 2018-06-04 01:41:00 +02:00
parent fb9ce938b8
commit 3c19f7c7b1
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@ define(<env_inline_fb>, <${upcase($1):-$2}>)
{
"version": "3",
ifdef(__DOCKER_NETWORK, <
ifdef(<__DOCKER_NETWORK>, <
"networks": {
"default": {
"external": {
"name": "DOCKER_NETWORK"
"name": "__DOCKER_NETWORK"
}
}
},