Fix DOCKER_NETWORK check

This commit is contained in:
sn0w 2018-06-04 01:41:00 +02:00
parent cbfd41aa70
commit fba28915cb
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"
}
}
},