Fix DOCKER_NETWORK check
This commit is contained in:
parent
cbfd41aa70
commit
fba28915cb
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user