mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1365] Dockerfile default command #965
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#965
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 @Hypnotist1148 on GitHub (Jun 6, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1365
I have seen that you do provide an entrypoint set to the ntfy binary, but there is no default command that gets executed when starting the container, thus a need to always provide the serve command.
I think it would be better to be able to start the container without the need of providing the serve command, and would not cause any troubles as this would just be a default as you may find here:
https://docs.docker.com/reference/dockerfile/#cmd
Is there a reason this is not used/implemented?
I have tried to find this has been discussed previously but was not able to find anything.