mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1496] Latest image does not contain docker-init #1055
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#1055
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 @mcr-ksh on GitHub (Nov 24, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1496
🐞 Describe the bug
no docker-init in fontainer for docker compose file "init: true" setting.
💻 Components impacted
From the getting-started docker
💡 Screenshots and/or logs
@luneth commented on GitHub (Nov 26, 2025):
Can you share your host's operating system and docker's version / source installed from?
In docker using
Init: truerelies on the host's init system if none is provided in container.@mcr-ksh commented on GitHub (Nov 27, 2025):
image: binwiederhier/ntfyis the image.Host is Ubuntu 24.04.
@luneth commented on GitHub (Nov 27, 2025):
Is docker-init present in your host's /sbin or /usr/libexec/docker directory?
I see you running Ubuntu, maybe apparmor is messing with docker's abilities?
@mcr-ksh commented on GitHub (Nov 28, 2025):
It's there: