mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +00:00
utils: allow specifying links in compose files
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
parent
b708f05476
commit
5ee15e664e
@ -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]
|
||||
|
@ -238,6 +238,7 @@ exports.validComposeOptions = [
|
||||
'expose'
|
||||
'image'
|
||||
'labels'
|
||||
'links'
|
||||
'net'
|
||||
'network_mode'
|
||||
'ports'
|
||||
|
Loading…
x
Reference in New Issue
Block a user