Replies: 1 comment
-
@Luap99 PTAL |
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.
-
I've been having major issues trying to run AdGuard Home on my home server (Ubuntu 23.04 Server). Specifically, I've been going nuts trying to get the
docker-compose.yml
I've created to work.After installing everything related to Podman from the official Ubuntu repos (
podman
,podman-compose
, andpodman-docker
), and trying to spin up the container usingsudo podman-compose up -d
, it has been complaining about various ports all the time... port 53, 67, 68. Even after following the instructions from their official Docker Hub and checking that the port is available usingsudo lsof -i :53
, it still told me that port 53 is bound. I've basically crossed Heaven to Hell these last few days before it occurred to me that it might be a bug or something withinpodman
itself - can someone confirm this? Running the exact same script usingdocker-compose
worked just fine.Here's the script:
Beta Was this translation helpful? Give feedback.
All reactions