mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 14:13:08 +00:00
utils: sort compose options
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
parent
92d7ffbf04
commit
b708f05476
@ -238,15 +238,15 @@ exports.validComposeOptions = [
|
||||
'expose'
|
||||
'image'
|
||||
'labels'
|
||||
'ports'
|
||||
'stop_signal'
|
||||
'volumes' # Will be overwritten with the default binds
|
||||
'user'
|
||||
'working_dir'
|
||||
'network_mode'
|
||||
'net'
|
||||
'network_mode'
|
||||
'ports'
|
||||
'privileged'
|
||||
'restart'
|
||||
'stop_signal'
|
||||
'user'
|
||||
'volumes' # Will be overwritten with the default binds
|
||||
'working_dir'
|
||||
]
|
||||
|
||||
exports.validContainerOptions = [
|
||||
|
Loading…
Reference in New Issue
Block a user