2023-07-26, 07:22 PM
The command are equivalent (we can also see that in podman ps)
The problem is that I can not even access the website inside the container and I don't think the problem is related to exposing the port to host.
https://docs.podman.io/en/latest/markdow...t-protocol
The problem is that I can not even access the website inside the container and I don't think the problem is related to exposing the port to host.
https://docs.podman.io/en/latest/markdow...t-protocol
(2023-07-26, 07:18 PM)TheDreadPirate Wrote: From this doc
https://jellyfin.org/docs/general/instal...er/#podman
Code:--publish 8096:8096/tcp
I am assuming -p is the same as --publish? Remove the IP: and add /tcp?