Replies: 1 comment 6 replies
-
Hi. What exactly are you trying to accomplish? ports:
- 4080:8080 for your |
Beta Was this translation helpful? Give feedback.
6 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'm asking for help rather than raising an issue.
I'm running my own mempool instance with docker-compose, as shown on github.com/mempool/mempool and github.com/mempool/mempool/tree/master/docker. If UFW is disabled everything works as expected, but with UFW enabled the known issues occur. I installed and prepared everything along your instructions, but the problem is I don't know which edits I have to make in "docker-compose.yml", because I know way to little to do this on my own even with the examples you showed.
This is the file:
I understand that I have to add something like this:
But I don't know in which way I have to edit the values from the example to fit to my "docker-compose.yml"-File.
Beta Was this translation helpful? Give feedback.
All reactions