mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 08:54:04 +01:00
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:
commit
d685b791df
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user