Fix DOCKER_NETWORK check

This commit is contained in:
sn0w 2018-06-04 01:41:00 +02:00
parent cbfd41aa70
commit fba28915cb

View File

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