Skip to content

Commit

Permalink
bug: arg for provisioner-uri (#1763)
Browse files Browse the repository at this point in the history
chesedo authored May 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent cf701a7 commit 8671518
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ services:
- "--docker-host=/var/run/docker.sock"
- "--auth-uri=http://auth:8000"
- "--deploys-api-key=${DEPLOYS_API_KEY}"
- "--provisioner-host=provisioner"
- "--provisioner-uri=http://provisioner:8000"
- "--proxy-fqdn=${APPS_FQDN}"
- "--use-tls=${USE_TLS}"
- "--cors-origin=http://localhost:3001"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ services:
- "--docker-host=/var/run/docker.sock"
- "--auth-uri=http://auth:8000"
- "--deploys-api-key=${DEPLOYS_API_KEY}"
- "--provisioner-host=provisioner"
- "--provisioner-uri=http://provisioner:8000"
- "--proxy-fqdn=${APPS_FQDN}"
- "--use-tls=${USE_TLS}"
- "--cors-origin=https://console.shuttle.rs"

0 comments on commit 8671518

Please sign in to comment.