mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
fixed cmd args
This commit is contained in:
parent
ba7c367fcd
commit
a88b5314fd
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ services:
|
|||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${CONFIG_PATH}:/etc/bot/config.yml:ro
|
||||
entrypoint: ./wait-for-it.sh -t 90 db:5432 -- node --config /etc/bot/config.yml ./index.js
|
||||
entrypoint: ./wait-for-it.sh -t 90 db:5432 -- node ./index.js --config /etc/bot/config.yml
|
||||
depends_on:
|
||||
- db
|
||||
healthcheck:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue