-
Notifications
You must be signed in to change notification settings - Fork 103
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 frpc container launch param error #36
Comments
v0.52.0 |
1 similar comment
v0.52.0 |
The docker launch cmd is
docker run --restart=always --network host -d -v /etc/frp/frpc.ini:/etc/frp/frpc.ini --name frpc snowdreamtech/frpc
however, the args in container is "/usr/bin/frpc -c /etc/frp/frpc.toml", this will cause container always restarting.
please fix it.
The text was updated successfully, but these errors were encountered: