removed delay

This commit is contained in:
Shihaam Abdul Rahman 2023-03-08 16:54:22 +05:00
parent 1a8e4eb8c5
commit 4750a889f4
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -16,8 +16,6 @@ services:
# - CHAT_ID=# modify if needed, default value set during build # - CHAT_ID=# modify if needed, default value set during build
deploy: deploy:
replicas: 5 # Change this to however number of multiple instanaces you want replicas: 5 # Change this to however number of multiple instanaces you want
restart_policy:
delay: 10s
``` ```
4. Modify `SCRAPPER_CONTROL_API_KEY` 4. Modify `SCRAPPER_CONTROL_API_KEY`
5. Run `docker compose up -d` 5. Run `docker compose up -d`