Skip to content

Commit

Permalink
fix(server): bind custom domain not working
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Feb 16, 2023
1 parent 8127519 commit 7a27533
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deploy/build/images/shim/ImageList
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
docker.io/lafyun/runtime-node-init:latest
docker.io/lafyun/runtime-node:latest
docker.io/apache/apisix-dashboard:2.13-alpine
docker.io/apache/apisix-ingress-controller:1.5.0
docker.io/apache/apisix-ingress-controller:1.5.0
quay.io/coreos/etcd:v3.5.4
1 change: 0 additions & 1 deletion server/src/instance/instance-task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ export class InstanceTaskService {
},
},
)
if (updated.modifiedCount > 0) this.logger.debug('unlock app:', appid)
}

/**
Expand Down
1 change: 1 addition & 0 deletions server/src/website/website.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export class WebsiteService {
data: {
domain: domain,
isCustom: true,
phase: DomainPhase.Deleting,
},
})

Expand Down

0 comments on commit 7a27533

Please sign in to comment.