Added optional whitelist feature

This commit is contained in:
2023-04-21 11:43:22 +02:00
parent 4da32724dc
commit ade06e1945
6 changed files with 39 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ build:
docker build -t $(IMAGE_NAME) .
run:
docker compose up
docker-compose up
clean:
rm -rf config/*