mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #770] Unable to run ntfy on Docker - unknown pc error #553
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#553
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 @jnware on GitHub (Jun 9, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/770
🐞 Describe the bug
I followed the Docker install instructions and am unable to run the ntfy docker image on my machine. It fails the same way whether starting via the basic docker command, or via docker-compose.
(full logs below)
It appears to be failing due to something in the go compiler? I'm not very familiar with go, but I have over a dozen other Docker images of various types running on this machine, and have been for several years, without any issues like this one. So I'm not sure if it's an issue with my server environment, but the error seems to suggest it is more likely an issue with the packaged image.
💻 Components impacted
Ubuntu 18.04 LTS
uname -alscpuDocker version 20.10.7, build f0df350
Docker Compose version v2.15.1
💡 Screenshots and/or logs
🔮 Additional context
@nimbleghost commented on GitHub (Jun 9, 2023):
Docker 20.10 is EoL by the end of the year, could you try a newer version? I see some other similar issues on other repositories with go + Docker, and the suggested solution is to upgrade Docker.
You can use an up to date Docker version with the apt repository: https://docs.docker.com/engine/install/ubuntu/
Related: https://github.com/moby/moby/issues/42680
@jnware commented on GitHub (Jun 9, 2023):
Thanks! I installed Docker 24 and now it's working! 🎉