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