Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker 无法启动frps容器 #43

Open
kevin936 opened this issue Jul 31, 2020 · 1 comment
Open

docker 无法启动frps容器 #43

kevin936 opened this issue Jul 31, 2020 · 1 comment

Comments

@kevin936
Copy link

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.

@0akarma
Copy link
Member

0akarma commented Aug 1, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants