Skip to content

Commit

Permalink
remove ssl keys from config json and fixed config typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrol3001 committed Nov 14, 2023
1 parent c6bdc2c commit 4506b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n8n/rootfs/etc/s6-overlay/s6-rc.d/init-n8n/run
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
fi

bashio::var.json \
protocol "$($protocol)" \
protocol "$protocol" \
public_url "$(bashio::config 'public_url')" \
host "$(bashio::addon.hostname)" \
port "^$(bashio::addon.port 80)" \
Expand Down

0 comments on commit 4506b87

Please sign in to comment.