mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #195] Expose port 80 so traefik can pick it up automaticlly #155
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s-h-a-r-d on GitHub (Mar 31, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/195
Currently traefik needs to be specifically told to which port to forward the traffic. Adding
EXPOSE 80to docker file allows traefik to automatically detect the port. And it is a good practice anyways.@binwiederhier commented on GitHub (Apr 1, 2022):
Done in
github.com/binwiederhier/ntfy@611894fd05, will be in next release.@zombiehoffa commented on GitHub (Jul 24, 2023):
I apologize for commenting on this closed issue but github doesn't seem to have any way else to contact shard. Shard, can you share your working traefik config? I'm trying to get this going now and can't seem to get it to work.