-
Notifications
You must be signed in to change notification settings - Fork 18
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
still issues with "db" logging #29
Comments
Hi Rui, the script seems to have worked correctly on your NAS. The file
Your best bet is to re-run the portainer container. E.g. execute |
Thanks for the quick answer. I'll try to re-update, remove and reinstall portainer. I'll let you know how it goes. |
hey I then did the HELP !! :( |
@siddjellali Peux etre que tu m'aider ? (maybe you can help) |
From my side, i run this command :
docker compose file : ################################# networks: ######################################## $ docker --version Works perfectly + traefik for certificate :) |
hey @siddjellali with
and yet I still cannot reach portainer at NAS_IP:9000 |
Did you try this #28 (comment) ? |
hi @siddjellali However, I started weird behaviours in my Synology NAS and in the /var/log/messages I'm getting a whole lot of: So, to summarise. the update to docker broke something in my network set-up (maybe the PS: I ran the sudo iptables command manually already |
After some more analysis it was all linked to the t2_proxy network I had created. AFter removing that I no longer have the weird behaviors. I still have something to srot: on my reverse proxy, where I had localhost it doesn't work anymore, I have to manually put the IP of my NAS for the redirect to work. Weird, no ? |
@rui-nar glad to hear you were able to pinpoint the root-cause of your issues. Docker networking can be a real pain. Synology's customization also doesn't help. |
@rui-nar glad to hear that too :) |
so, not at all fixed ... :( I am trying to run this container in bridge but I can't seem to get it to work (ven with the iptables modification). I'll need to look further. At least I got everything back to "normal" with a modified docker version that allows me to modify environment variables. |
Hey @markdumay I have been able to understand the problems but as the I'll keep monitoring your repository in case you eventually are able to solve the issues with I appreciate the time you spent helping me debug. |
@rui-nar sure, no problem - let me know if you have any new insights! On my NAS, the IP forwarding rule seems to be working for now, but I'll keep an eye on it. |
is it working for you with |
I did some more research. The command
However, attaching it to a user-defined bridge network doesn't work correctly yet.
Docker provides extensive documentation about bridge networking. Especially the section Enable forwarding from Docker containers to the outside world seems relevant.
Step 2 has been addressed in the latest version of the script (release v1.2.0). The first step didn't do anything for me on my NAS. I've opened issue #35 to continue the investigation / conversation. Feel free to contribute! |
Hi
I provided additional details on issue #3 which is still exists for me.
Rui
The text was updated successfully, but these errors were encountered: