Test notifications in Docker? #155
-
Hi, are there any ways to test notifications when running this in Docker? This app has been a godsend so far, but I feel like I'm flying blind without notifications. Hoping to confirm that they work before my next flight. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey. Glad you like it! To test the notifications, you can just append the Additionally, you can also just run the image with your flight/account details and it should notify you that it scheduled your flights if the URLs are correct (also make sure your notification level is 1 if you do it this way). |
Beta Was this translation helpful? Give feedback.
Hey. Glad you like it! To test the notifications, you can just append the
--test-notifications
flag as an argument to pass into the image (make sure it’s the last argument in the docker run command).Additionally, you can also just run the image with your flight/account details and it should notify you that it scheduled your flights if the URLs are correct (also make sure your notification level is 1 if you do it this way).