Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Mealie application port: should be 9000 #710

Closed
jacobboon opened this issue Jun 7, 2024 · 1 comment
Closed

Wrong Mealie application port: should be 9000 #710

jacobboon opened this issue Jun 7, 2024 · 1 comment
Labels

Comments

@jacobboon
Copy link

jacobboon commented Jun 7, 2024

Describe the bug
The Mealie role exposes the container port 80. When the task is run and the container is started, the mealie port does not work (normally: localhost 9925).

According to the Mealie docs the app actually runs on port 9000.

Environment

  • Ansible-NAS revision (git rev-parse --short HEAD): e60c38b

Expected behavior
Enabling Mealie should let the user access the web app.

Actual behavior
The web app cannot be reached because the wrong port is exposed ("Safari cannot reach this page" etc.)

Steps to reproduce

  • Pull the latest image of the mealie docker container.
  • Set mealie_enabled true in ansible-nas
  • Run your playbook (maybe with tag mealie)

Additional context
I'll create a PR if that's ok? :)

@davestephens
Copy link
Owner

Fixed by #695

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants