From 44e142c6d001f65dfb65d2d8963dd9ced52e5411 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 18 Jul 2026 18:03:03 +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 a4093e2..b0fe049 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: - - "8081:8080" #map docker port 8080 to host port 8080. + - "8080: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