Is it possible to change the API port? #2606
Replies: 3 comments
-
The 9000 part of the port is internal to each container. So both mealie and portainer can listen on port 9000 within their containers. |
Beta Was this translation helpful? Give feedback.
-
I didn't send anything to the API. I just opened the page http://192.168.0.XXX:9004. As long as this is a normal response, then that's fine. I was playing around with Bar Assistant and when I went to the page for meilisearch ( |
Beta Was this translation helpful? Give feedback.
-
The fact that you're getting those responses back means it is working. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The API sits on port 9000, which for me is already occupied by Portainer. When creating the container, I used the nightly docker-compose file to change it to 9004, but the only thing that showed up was a JSON page with
{"detail":"Not Found"}
.My compose file
Beta Was this translation helpful? Give feedback.
All reactions