Skip to content

Commit

Permalink
fix entrypoint command, removing extra -
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomuniz committed Feb 1, 2024
1 parent da8920c commit 3d9ec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This script is used to set the environment variables and start the application

# Use environment variables directly in the entrypoint script
exec /external-dns-porkbun-webhook --log-level=debug - --domain-filter=${PORKBUN_DOMAIN_FILTER} --porkbun-api-secret=${PORKBUN_API_SECRET} --porkbun-api-key=${PORKBUN_API_KEY}
exec /external-dns-porkbun-webhook --log-level=debug --domain-filter=${PORKBUN_DOMAIN_FILTER} --porkbun-api-secret=${PORKBUN_API_SECRET} --porkbun-api-key=${PORKBUN_API_KEY}

0 comments on commit 3d9ec7d

Please sign in to comment.