Skip to content

Commit

Permalink
Merge pull request #13 from mdegat01/fix-listen-addr-config
Browse files Browse the repository at this point in the history
Fix incorrect config value for listen address
  • Loading branch information
mdegat01 authored Mar 27, 2021
2 parents 5277299 + 33df978 commit e4a8c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/rootfs/etc/services.d/loki/run
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bashio::log.info "Loki log level set to ${log_level}"

loki_args=(
"-config.file=${loki_config}"
"-server.http_listen_address=127.0.0.1"
"-server.http-listen-address=127.0.0.1"
"-server.http-listen-port=80"
"-log.level=${log_level}"
)
Expand Down

0 comments on commit e4a8c1b

Please sign in to comment.