-
Notifications
You must be signed in to change notification settings - Fork 45
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
Connection error in a docker swarm #382
Comments
hi |
Hi, I presume you want this logs : logs_1.txt |
Hi, log shows |
Hello, I tried with this type of config :
And even though I have the net.ipv4.conf.all.rp_filter set to 2 as described in the error, I still get the error message. Does anyone have an idea for putting the right privileges in a dock swarm ? |
Hello,
I try to use the linux app in a docker environment.
It works perfectly in a docker-compose.
But I got this message when I try to create my container in a docker swarm service :
In copy you will find my "Dockerfile" (Dockerfile.txt), my "docker-compose.yml" (docker-compose.yml.txt) and my "stack.yaml" (stack.yaml.txt) files.
Here is the command I'm using to create my docker with docker-compose :
docker-compose up -d --build --remove-orphans --force-recreate my-service
Here is the command I'm using to create my docker service with docker swarm :
docker build -t my-service . && docker stack deploy -c stack.yaml my-service
You will need a ".env" file with the "TOKEN" connection value.
Did someone got the same error ?
The text was updated successfully, but these errors were encountered: