-
I'm setting up a wg-easy container and the docker-compose.yml works when I use Does compose2nix require any changes to networking / firewall settings? I think I'm missing something obvious. Here is my docker-compose.yml file:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
That’s strange. This seems firewall related, but that shouldn’t have any impact if accessing the ports locally… Can you try limiting the ports to localhost? Like this:
Also, if possible, could you share the output of |
Beta Was this translation helpful? Give feedback.
Oh I see, thanks, the workaround worked! got my remote backup working and checked that it can't access the internet. Sorry about not checking the podman discussions first, I thought it was a compose2nix specific issue 😅.
Posting my final working compose in case anyone else stumbles on this thread.