Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bookstack/rootfs/etc/cont-init.d/nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# ==============================================================================

if bashio::var.is_empty "$(bashio::addon.port 80)"; then
bashio::log.warning "No host port is configured, please ensure a port is set for external access to function"
bashio::log.warning "No host port is configured, please ensure a port is"
bashio::log.warning "set for external access to function"
fi

bashio::config.require.ssl
Expand Down