mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
ntfy docker compose; server config and a shell script to push it to the docker container
This commit is contained in:
6
ntfy/update_config.sh
Executable file
6
ntfy/update_config.sh
Executable 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
|
||||
Reference in New Issue
Block a user