anyproto / anyproto/any-sync-dockercompose
Problem when bringing up v6.4.0
Open
Nobody has claimed this yet.
bug
- Dominant language
- Shell
- Stars
- 941
- Forks
- 134
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 3
Description
Have you read a contributing guide?
- I have read CONTRIBUTING.md
- I have searched the existing issues and didn't find any that were similar
- I have considered creating a pull request with fixes instead of a bug report and want to proceed
Current Behavior
Error response from daemon: driver failed programming external connectivity on endpoint any-sync-dockercompose-minio-1 (c4833bf861677cc05ba2d1ae8169d5f1ff1de156d99745407c0114f05dd1418f): failed to bind port 127.0.0.1:9001/tcp: Error starting userland proxy: listen tcp4 127.0.0.1:9001: bind: address already in use
make: *** [Makefile:24: start] Error 1
on sudo make restart
Expected Behavior
to start and generate config.yml
Steps To Reproduce
git git fetch -pP
git checkout v6.4.0
sudo make generate_env
sudo make restart
Environment
Ubuntu Server 24.04.2
Anything else?
I experience this problem. It reports that the port 9001 is busy, but I have nothing but this docker setup on this VM.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with Makefile target 24 and the Docker Compose configuration used by make restart; reproduce the failure on Ubuntu 24.04.2 after checking the v6.4.0 checkout and make generate_env. Trace why port 9001 is bound despite the reported empty VM, then verify that sudo make restart starts successfully and generates config.yml.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, shell
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100