luci-app-dockerman: convert uci config from space to tab
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
4165b2db7a
commit
359866f0c1
1 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
config section 'local'
|
||||
option socket_path '/var/run/docker.sock'
|
||||
option status_path '/tmp/.docker_action_status'
|
||||
option debug 'false'
|
||||
option debug_path '/tmp/.docker_debug'
|
||||
option remote_endpoint 'false'
|
||||
option daemon_ea 'true'
|
||||
option daemon_data_root '/opt/docker'
|
||||
option daemon_log_level 'warn'
|
||||
list ac_allowed_interface 'br-lan'
|
||||
option socket_path '/var/run/docker.sock'
|
||||
option status_path '/tmp/.docker_action_status'
|
||||
option debug 'false'
|
||||
option debug_path '/tmp/.docker_debug'
|
||||
option remote_endpoint 'false'
|
||||
option daemon_ea 'true'
|
||||
option daemon_data_root '/opt/docker'
|
||||
option daemon_log_level 'warn'
|
||||
list ac_allowed_interface 'br-lan'
|
||||
|
|
Loading…
Reference in a new issue