-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Port forwarding does not work with latest versions based on alpine 3.13+ #165
Comments
Could you provide everything else that was requested in the issue template please? This will help us work out what your issue is. |
I updated the informations |
Thanks, could you post your docker logs too? |
I dont have direct access to machine at this moment. But i will when i get to my home. Meanwhile i found that alpine problems are most probably connected with ibseccomp2. Here comment author claims that manual update with .deb file fixed his issues on rpi4. |
Yep that's what I'm expecting. Our docker logs should show a warning about that with a link on how to fix. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
For the record the same happened to me. I was not able to access the webui even though the ports had been opened. |
Despite of proper port exposed by container and proper port forwarding set on router and positive result from https://www.yougetsignal.com/tools/open-ports/ in transmission GUI port is marked as Closed.
When downgraded to 3.00-r0-ls75 (last version based on alpine 3.12) port forwarding starts to work fine. No additional steps needed.
Additional info (maybe usefull?):
I had issuses with 3.13+ when tried to use it as base for my ipmitools project. It had issues with recognizing host DNS and thus could not install any additional packages. Downgrading to 3.12 helped too.
Steps to Reproduce
Just pull image with :latest tag or without tag at all.
Environment
OS: Raspbian
CPU architecture: arm64
How docker service was installed:
From convenience script, according to official docker documentation
Docker version 20.10.7, build f0df350
Command used to create docker container (run/create/compose/screenshot)
docker-compose.yml
.env
settings.json
The text was updated successfully, but these errors were encountered: