[PR #1158] [CLOSED] update command when runnig from docker #1526

Closed
opened 2026-05-07 01:02:30 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1158
Author: @dwarf-king-hreidmar
Created: 7/22/2024
Status: Closed

Base: mainHead: patch-1


📝 Commits (2)

  • 109ee80 update command when runnig from docker
  • c358263 Update install.md

📊 Changes

1 file changed (+5 additions, -4 deletions)

View changed files

📝 docs/install.md (+5 -4)

📄 Description

I'm not sure if this is outdated across the board but I found I had to run command: ["ntfy","serve"] when using the docker image. I run ntfy from a k8s cluster with the following config:

    spec:
      containers:
      - image: binwiederhier/ntfy
        imagePullPolicy: IfNotPresent
        name: ntfy
        command: ["ntfy", "serve"]
        envFrom:
        - configMapRef:
            name: ntfy
        ports:
        - containerPort: 80
          name: http
          protocol: TCP
        volumeMounts:
          - mountPath: /var/lib/ntfy
            name: ntfy
      volumes:
        - name: ntfy
          persistentVolumeClaim:
            claimName: ntfy

happy to expand on the docs or standardize the command across all examples if need be.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/1158 **Author:** [@dwarf-king-hreidmar](https://github.com/dwarf-king-hreidmar) **Created:** 7/22/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`109ee80`](https://github.com/binwiederhier/ntfy/commit/109ee80c3696fddabd4cfdc8c944afdfdcc6e13a) update command when runnig from docker - [`c358263`](https://github.com/binwiederhier/ntfy/commit/c358263a20abd0984d52224b45dab57374a9db9c) Update install.md ### 📊 Changes **1 file changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/install.md` (+5 -4) </details> ### 📄 Description I'm not sure if this is outdated across the board but I found I had to run command: ["ntfy","serve"] when using the docker image. I run ntfy from a k8s cluster with the following config: ``` spec: containers: - image: binwiederhier/ntfy imagePullPolicy: IfNotPresent name: ntfy command: ["ntfy", "serve"] envFrom: - configMapRef: name: ntfy ports: - containerPort: 80 name: http protocol: TCP volumeMounts: - mountPath: /var/lib/ntfy name: ntfy volumes: - name: ntfy persistentVolumeClaim: claimName: ntfy ``` happy to expand on the docs or standardize the command across all examples if need be. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:02:30 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1526
No description provided.