mirror of
https://github.com/docker/compose.git
synced 2025-07-27 15:44:08 +02:00
Add depends_on to ALLOWED_KEYS
This ensures and already existing `depends_on` is not deleted when the service on which it is defined also employs `extends`. Signed-off-by: Ryan Taylor Long <ryan@rtlong.com>
This commit is contained in:
parent
60a5b39f6f
commit
c70c72f49a
@ -84,6 +84,7 @@ DOCKER_CONFIG_KEYS = [
|
|||||||
ALLOWED_KEYS = DOCKER_CONFIG_KEYS + [
|
ALLOWED_KEYS = DOCKER_CONFIG_KEYS + [
|
||||||
'build',
|
'build',
|
||||||
'container_name',
|
'container_name',
|
||||||
|
'depends_on',
|
||||||
'dockerfile',
|
'dockerfile',
|
||||||
'expose',
|
'expose',
|
||||||
'external_links',
|
'external_links',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user