Skip to content

Commit

Permalink
bug: arg for provisioner-uri (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo authored May 7, 2024
1 parent cf701a7 commit 8671518
Show file tree
Hide file tree
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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8671518

Please sign in to comment.