Checking what versions of docker images I should be using #751
Unanswered
markwilkinson
asked this question in
Q&A
Replies: 1 comment
-
Hi @markwilkinson, judging from the You could either stop any process that uses port 8080 (check with e.g. services:
fdp:
...
environment:
SERVER_PORT: 8081
...
fdp-client:
...
environment:
FDP_HOST: fdp:8081
... FYI: The latest v1.17 should work properly after recent bug-fixes. The v1.18 (pre-release) adds "gatekeeper" functionality for the fdp-index, allowing the index admin to accept or reject incoming pings from FDPs. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What is your question?
Hi guys!
My set up is this, and it results in the following error with a docker-compose up:
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions