H1ve
H1ve copied to clipboard
docker 无法启动frps容器
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.
你80端口被占用了,可以把single.yml
里的80:80
换成xx:80