Merge pull request #69 from DenisPopov15/main

Fix: typo with commands to start passbolt-app at the related docker-compose
This commit is contained in:
Christian Lempa 2023-05-06 10:05:53 +02:00 committed by GitHub
commit d685b791df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,4 +39,4 @@ services:
volumes:
- passbolt-data-gpg:/etc/passbolt/gpg
- passbolt-data-jwt:/etc/passbolt/jwt
command: ["/usr/bin/wait-for.sh", "-t", "0", "db:3306", "--", "/docker-entrypoint.sh"]
command: ["/usr/bin/wait-for.sh", "-t", "0", "passbolt-db:3306", "--", "/docker-entrypoint.sh"]