environment:
tools: docker
_system :_centos
I have seen no process in port 7946 ,but the error still exist.
and Its sure for port 7946 was not bind with process.
code:
**netstat -an | grep 7946** tcp6 0 0 :::7946 :::* LISTEN udp6 0 0 :::7946 :::*
`docker-compose -f tools/docker-compose/_sources/docker-compose.yml up
WARNING: The Docker Engine you’re using is running in swarm mode.
Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers will be scheduled on the current node.
To deploy your application across the swarm, use docker stack deploy
.
Removing tools_awx_1
tools_redis_1 is up-to-date
tools_postgres_1 is up-to-date
Recreating a8790f1530ad_tools_awx_1 …
Recreating a8790f1530ad_tools_awx_1 … error
ERROR: for a8790f1530ad_tools_awx_1 Cannot start service awx_1: driver failed programming external connectivity on endpoint tools_awx_1 (29a62c29155a97e33f4869a6a9e735afdeeac6955346a3b0f609419080ea9482): Error starting userland proxy: listen tcp4 0.0.0.0:7946: bind: address already in use
ERROR: for awx_1 Cannot start service awx_1: driver failed programming external connectivity on endpoint tools_awx_1 (29a62c29155a97e33f4869a6a9e735afdeeac6955346a3b0f609419080ea9482): Error starting userland proxy: listen tcp4 0.0.0.0:7946: bind: address already in use
ERROR: Encountered errors while bringing up the project.`