Update Servers/Containerization/Docker/Compose/Ntfy.md

This commit is contained in:
2025-04-20 23:57:52 -06:00
parent 2c7a59d611
commit 8ca171c264

View File

@ -1,6 +1,6 @@
**Purpose**: ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software.
```jsx title="docker-compose.yml"
```yaml title="docker-compose.yml"
version: "2.1"
services:
ntfy:
@ -29,6 +29,6 @@ networks:
external: true
```
```jsx title=".env"
```yaml title=".env"
Not Applicable
```