fix: fixed the problem of separating website
This commit is contained in:
@@ -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=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user