docker-compose/ntfy
2024-05-05 14:00:09 +02:00
..
docker-compose.yml feat: added template + linting 2024-05-05 14:00:09 +02:00
README.md feat: added template + linting 2024-05-05 14:00:09 +02:00
server.yml feat: added template + linting 2024-05-05 14:00:09 +02:00

ntfy

Directory structure

/opt/docker/ntfy
.
├── docker-compose.yml
└── volumes
    ├── cache
    └── ntfy
        └── server.yml

Config

# Edit ntfy config
vi server.yml

# Move file into ntfy directory
mv server.yml volumes/ntfy

# Start ntfy container
docker compose up -d