-
Notifications
You must be signed in to change notification settings - Fork 276
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
[Question]: deploy infinity server using docker failed #2140
Comments
Do you check the logs output by the container? Use |
First command: might be failed due to no infinity_conf.toml in directory of /var/infinity
|
#2153 Fix no config file error on document. |
It seems that when I use the second command, it works fine without showing the container's port. However, the first command still failed. |
Yes, I've checked that. Nothing wrong was reported. |
Describe your problem
Using command "docker run -d --name infinity -v /var/infinity/:/var/infinity --ulimit nofile=500000:500000 --network=host infiniflow/infinity:nightly -f /var/infinity/infinity_conf.toml", the container exits at once.
if using command "docker run -d --name infinity -v /var/infinity/:/var/infinity --ulimit nofile=500000:500000 --network=host infiniflow/infinity:nightly", the container runs with no port open.
The text was updated successfully, but these errors were encountered: