Replies: 1 comment 1 reply
-
Can you maybe enclose your config files, commands and outputs with ``` so the formatting is preserved and your question becomes more legible? If I look up the error message it seems more like a podman issue. Cf. containers/aardvark-dns#535 - Sorry, I am not sure if we can help you troubleshoot the issue if that's the case. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've read through the discussions here and elsewhere about failing to bind to port 53, but nothing I've found has led me to a resolution for my case. I've got a VPS on HostGator and they provision everything with cPanel, which obfuscates so much it drives me crazy. I have a WordPress site with SSL, and I can see that it's using nginx and Apache. I had Freescout working via my own podman install, then saw that HG offered it through Softaculous in cPanel, and I figured I may as well scrap my installation and see if I get anything more using their canned package. Now Freescout works fine, but I can't get Vaultwarden back.
I don't think is should try to use the cPanel controlled nginx to proxy the ports for Vaultwarden, or anything cPanel for that matter. I'd prefer to have my container as independent from the HG / cPanel stuff. SO.. this is my compose.yml and the error:
So how ignorant am I? Is there a simple entry I need in my compose file? Do I need to set up a separate network container and reference that for Vaultwarden?
...and this is what's serving up dns:
Any help greatly appreciated, and any abuse will be taken in stride ;-)
Beta Was this translation helpful? Give feedback.
All reactions