Replies: 1 comment
-
Since you run rootless podman cannot open the ports in the firewall. You need to open the ports manually, this depends on what firewall is used on your system/distro. If you use firewalld see the docs here: https://firewalld.org/documentation/howto/open-a-port-or-service.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using podman in rootless mode instead of docker for the docker version of navidrome.
After running this command:
derived from the docker one given in their page:
(
--user $(id -u):$(id -g) \
is removed in podman version because it's rootless mode)I can access navidrome web GUI at http://localhost:4533 or 0.0.0.0:4533 from the host where the command is run.
However, I cannot access the address http://<navidrom_host_ip_address>:4533 from my android client when I use the podman version. The docker version works fine. What change should I make? Please help.
Beta Was this translation helpful? Give feedback.
All reactions