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
|
# v1.13.0
|
||||||
|
|
||||||
* Allow the supervisor to work in offline mode [Pablo]
|
* Allow the supervisor to work in offline mode [Pablo]
|
||||||
|
@ -238,6 +238,7 @@ exports.validComposeOptions = [
|
|||||||
'expose'
|
'expose'
|
||||||
'image'
|
'image'
|
||||||
'labels'
|
'labels'
|
||||||
|
'links'
|
||||||
'net'
|
'net'
|
||||||
'network_mode'
|
'network_mode'
|
||||||
'ports'
|
'ports'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user