Merge pull request #148 from packetvitality/packetvitality-update-entrypoint

Update entrypoint command in docker-compose.yml
Alexandre Dulaunoy 2022-06-14 09:50:30 +02:00 committed by GitHub
commit bb6ccdb137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ services:
- MISP_BASEURL=${MISP_BASEURL}
- POSTFIX_RELAY_HOST=${POSTFIX_RELAY_HOST}
- TIMEZONE=${TIMEZONE}
entrypoint: "wait-for-it.sh -t 0 -h db -p 3306 -- /run.sh"
entrypoint: "wait-for-it.sh -t 0 -h ${MYSQL_DATABASE} -p 3306 -- /run.sh"
db:
container_name: misp_db