Neilpang / letsproxy

nginx reverse auto proxy with free ssl certs by acme.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Podman support

imp1sh opened this issue · comments

I'm trying to deploy this with podman, which is daemon-less, so there is no docker.sock as well as no podman.sock file in /var/run.
What is the purpose of this volume, anyhow? Is there a prospect of using this on podman some day?

commented

see the base project: https://github.com/nginx-proxy/nginx-proxy

If the base project supports podman, then we can support it.

There is this Q/A: nginx-proxy/nginx-proxy#1845
I will try, thank you.