ntfy docker compose; server config and a shell script to push it to the docker container

This commit is contained in:
Peter Wood
2023-11-16 17:54:15 +00:00
parent d1f64e6b24
commit f8686a1eec
3 changed files with 34 additions and 0 deletions

6
ntfy/update_config.sh Executable file
View File

@@ -0,0 +1,6 @@
#/bin/bash
cd /home/acedanger/ntfy
docker cp /home/acedanger/ntfy/server.yml ntfy:/etc/ntfy/server.yml
docker-compose down
docker-compose up -d