utils: allow specifying links in compose files

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
Petros Angelatos 2016-07-28 17:43:50 -07:00
parent b708f05476
commit 5ee15e664e
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* Using `links` in compose files is now allowed [petrosagg]
# v1.13.0
* Allow the supervisor to work in offline mode [Pablo]

View File

@ -238,6 +238,7 @@ exports.validComposeOptions = [
'expose'
'image'
'labels'
'links'
'net'
'network_mode'
'ports'