fixing docker-compose.yml

This commit is contained in:
2025-10-21 02:29:54 +02:00
parent 457a49e754
commit de11a6934c
2 changed files with 7 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ async function main( ) {
})( ev );
const title = `${today_prefix ? "TODAY " : ""}${notification_prefix ? notification_prefix + ": " : ""} ${ev.title} (${ TEventType[ ev.event_type ] })`;
await fetch("http://localhost:8000/notify", {
await fetch("http://apprise:8000/notify", {
method: "POST",
headers: {
"Content-Type": "application/json"