diff options
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 8b75675..fdcec68 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,9 +5,10 @@ services: - '4545:4545' environment: - TZ=America/Chicago # OPTIONAL: Default is UTC + - ENABLE_KUMA_NOTIFICATIONS=false # Whether or not to setup UptimeKuma SMS notifications - RADARR_HOST_URL=http://127.0.0.1:7878 # Change to your radarr host - RADARR_API_KEY=apikeyhere # Found by navigating to Settings > General - SMS_SERVICE= # Currently only supporting Telnyx and Twilio volumes: - - /local/file/path:/data + - /loca/file/path:/data image: packetparker/messagearr:latest
\ No newline at end of file |