我mtproto
用Podman
. 当我运行它时,我收到 443 端口已在使用中的错误消息。确实httpd
在使用它。我在同一台服务器中有另一个 IP 地址,现在仅用于sshd
. 如何强制容器使用这个其他 IP?
# podman run -d -p443:443 --name=mtproto-proxy --restart=always -v proxy-config:/data telegrammessenger/proxy:latest
# podman image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/library/hello-world latest feb5d9fea6a5 5 months ago 19.9 kB
docker.io/telegrammessenger/proxy latest 8ce753bac6d9 1 years ago 145 MB