Cody Thomas

Results 143 comments of Cody Thomas

so, it looks like for some reason, the `rabbitmq_password` you have set there is _not_ the password that's been set in the rabbitmq container. No worries though, you can always...

Did that work for you?

If you're still having this problem, please feel free to comment and we can reopen it

Interesting, I wasn't aware of compose's merge functionality. Mythic-cli overwrites stuff in the docker compose file to try to make sure that things stay compliant with mythic server updates and...

Sorry, meant to reply sooner. Yes, I'm using `HASURA_GRAPHQL_SERVER_PORT` (it was a typo in this post). I know that's working too because the server port is being changed from 8080...

My initial thought is that since this is the Docker version, maybe a pre-compiled version of whatever is doing the healthcheck is hardcoded to 8080 or maybe the built-in healthcheck...

https://hub.docker.com/layers/hasura/graphql-engine/v2.36.8-ce.cli-migrations-v2/images/sha256-741c6ed6b2cdc16faf206df9e006a1ae34d1e31dbd6028ff2aa958597690a29e?context=explore ^ right there in the Docker image it's hardcoded to 8080 ![image](https://github.com/user-attachments/assets/b034caf4-a7d6-4cf3-b08f-bc934446225d)

I can make the mod in a custom Docker image/Compose file, but you should note in the docs for healthcheck that it doesn't respect the port changes. Similarly, when I...

Yup, you're exactly right. This is because donut doesn't support the arm architecture (https://github.com/TheWover/donut/issues/139). Because of this, unfortunately, Apollo cannot currently be installed on a Mythic instance on an ARM...

Apollo now supports installing on ARM, so you should be able to reinstall via `sudo ./mythic-cli install github https://github.com/mythicagents/apollo -f` and have everything build successfully