H1ve icon indicating copy to clipboard operation
H1ve copied to clipboard

docker 无法启动frps容器

Open kevin936 opened this issue 4 years ago • 1 comments

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.

Creating network "h1ve_internal" with the default driver Creating network "h1ve_default" with the default driver Creating network "h1ve_frp_containers" with driver "bridge" Creating network "h1ve_frp" with driver "bridge" Creating h1ve_frpc_1 ... Creating h1ve_cache_1 ... Creating h1ve_db_1 ... Creating h1ve_frpc_1 ... done Creating h1ve_cache_1 ... done Creating h1ve_db_1 ... donedbf3af3bfa65dfdbd751f9e058): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use Creating h1ve_main_1 ... done

ERROR: for frps Cannot start service frps: driver failed programming external connectivity on endpoint h1ve_frps_1 (67fe2be4666c55f056258269b36c27f345fa54dbf3af3bfa65dfdbd751f9e058): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use ERROR: Encountered errors while bringing up the project.

kevin936 avatar Jul 31 '20 09:07 kevin936

你80端口被占用了,可以把single.yml里的80:80换成xx:80

0akarma avatar Aug 01 '20 03:08 0akarma