Skip to content

Commit

Permalink
Set Mealie app port to 9000
Browse files Browse the repository at this point in the history
The Mealie app inside the Docker container runs on port 9000, so we should expose that (rather than port 80).
  • Loading branch information
jacobboon committed Jun 7, 2024
1 parent e60c38b commit 13bdf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mealie/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
volumes:
- "{{ mealie_data_directory }}:/app/data:rw"
ports:
- "{{ mealie_port }}:80"
- "{{ mealie_port }}:9000"
env:
TZ: "{{ ansible_nas_timezone }}"
PUID: "{{ mealie_user_id }}"
Expand Down

0 comments on commit 13bdf75

Please sign in to comment.