From c12f340fef2f703df6dc2b08a36d67ab14808cf2 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 18 Jul 2026 17:06:36 +0000 Subject: [PATCH] Update Notification_Containers/signal-api/compose.yaml --- Notification_Containers/signal-api/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notification_Containers/signal-api/compose.yaml b/Notification_Containers/signal-api/compose.yaml index b0fe049..a4093e2 100644 --- a/Notification_Containers/signal-api/compose.yaml +++ b/Notification_Containers/signal-api/compose.yaml @@ -7,6 +7,6 @@ services: - MODE=native #- AUTO_RECEIVE_SCHEDULE=0 22 * * * #enable this parameter on demand (see description below) ports: - - "8080:8080" #map docker port 8080 to host port 8080. + - "8081:8080" #map docker port 8080 to host port 8080. volumes: - "/srv/docker/signal/signal-cli-config:/home/.local/share/signal-cli" \ No newline at end of file