Skip to content

Commit

Permalink
Save daemon host when using manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
MB-Finski authored Feb 27, 2024
1 parent 0c74a84 commit 14142dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DaemonConfig/RegisterDaemonConfigModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default {
display_name: this.displayName,
accepts_deploy_id: this.acceptsDeployId,
protocol: this.acceptsDeployId === 'docker-install' ? this.daemonProtocol : 'http',
host: this.acceptsDeployId === 'docker-install' ? this.host : 'host.docker.internal',
host: this.host,
deploy_config: {
net: this.deployConfig.net,
nextcloud_url: this.nextcloud_url,
Expand Down

0 comments on commit 14142dd

Please sign in to comment.