Skip to content

Commit

Permalink
Update k3d-k3s-config.yaml
Browse files Browse the repository at this point in the history
fix: listen tcp 0.0.0.0:5000: bind: address already in use
  • Loading branch information
qclaogui committed Nov 29, 2024
1 parent ac16d40 commit ff4cc84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/k3d-k3s-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ files:
registries:
create:
name: k3d-reg-docker-io
hostPort: "5000"
hostPort: "5001"
proxy:
remoteURL: https://registry-1.docker.io # proxy DockerHub
volumes:
Expand All @@ -35,5 +35,5 @@ registries:
mirrors:
"docker.io":
endpoint:
- http://host.k3d.internal:5000
- http://k3d-reg-docker-io:5000
- http://host.k3d.internal:5001
- http://k3d-reg-docker-io:5001

0 comments on commit ff4cc84

Please sign in to comment.