Changed: version bump and timeout 0 for wait-for. Fixes #133

This commit is contained in:
Diego Lendoiro 2019-12-06 15:44:38 +01:00
parent a20ad5d84f
commit 3ef606f15f
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ services:
- "127.0.0.1:3306:3306" - "127.0.0.1:3306:3306"
passbolt: passbolt:
image: passbolt/passbolt:2.11.0-pro-debian image: passbolt/passbolt:2.12.0-pro-debian
tty: true tty: true
depends_on: depends_on:
- db - db
@ -22,7 +22,7 @@ services:
- ./license:/var/www/passbolt/config/license - ./license:/var/www/passbolt/config/license
tmpfs: tmpfs:
- /run - /run
command: ["/usr/bin/wait-for.sh", "db:3306", "--", "/docker-entrypoint.sh"] command: ["/usr/bin/wait-for.sh", "-t", "0", "db:3306", "--", "/docker-entrypoint.sh"]
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443

View File

@ -10,7 +10,7 @@ services:
- "127.0.0.1:3306:3306" - "127.0.0.1:3306:3306"
passbolt: passbolt:
image: passbolt/passbolt:2.11.0-debian image: passbolt/passbolt:2.12.0-debian
tty: true tty: true
depends_on: depends_on:
- db - db
@ -21,7 +21,7 @@ services:
- images_volume:/var/www/passbolt/webroot/img/public - images_volume:/var/www/passbolt/webroot/img/public
tmpfs: tmpfs:
- /run - /run
command: ["/usr/bin/wait-for.sh", "db:3306", "--", "/docker-entrypoint.sh"] command: ["/usr/bin/wait-for.sh", "-t", "0", "db:3306", "--", "/docker-entrypoint.sh"]
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443