fix: fixed the problem of separating website

This commit is contained in:
Leonard Excoffier
2024-09-07 17:53:34 -04:00
parent 5286790281
commit b2284316a9
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
FROM debian
# Set required environment variables
ENV WEBSITES='("google.com" "yahoo.com")'
ENV WEBSITES="google.com,yahoo.com"
ENV WEBHOOK_URL=""
ENV DISCORD_ID=""