Skip to content

Commit

Permalink
fix ssk key
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrol3001 committed Nov 14, 2023
1 parent d834547 commit 8c3bdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions n8n/rootfs/etc/s6-overlay/s6-rc.d/n8n/run
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bashio::log.info "Starting N8N..."
export N8N_USER_FOLDER="/config/n8n/data"
export N8N_CONFIG_FILES=/config/n8n/config.json

export N8N_SSL_CERT="$(cat /ssl/$(bashio::config 'certfile'))"
export N8N_SSL_KEY="$(cat /ssl/$(bashio::config 'keyfile'))"
export N8N_SSL_CERT="/ssl/$(bashio::config 'certfile')"
export N8N_SSL_KEY="/ssl/$(bashio::config 'keyfile')"

exec n8n start

0 comments on commit 8c3bdf3

Please sign in to comment.