Changed: version bump and timeout 0 for wait-for. Fixes #133
This commit is contained in:
parent
a20ad5d84f
commit
3ef606f15f
|
|
@ -10,7 +10,7 @@ services:
|
|||
- "127.0.0.1:3306:3306"
|
||||
|
||||
passbolt:
|
||||
image: passbolt/passbolt:2.11.0-pro-debian
|
||||
image: passbolt/passbolt:2.12.0-pro-debian
|
||||
tty: true
|
||||
depends_on:
|
||||
- db
|
||||
|
|
@ -22,7 +22,7 @@ services:
|
|||
- ./license:/var/www/passbolt/config/license
|
||||
tmpfs:
|
||||
- /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:
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ services:
|
|||
- "127.0.0.1:3306:3306"
|
||||
|
||||
passbolt:
|
||||
image: passbolt/passbolt:2.11.0-debian
|
||||
image: passbolt/passbolt:2.12.0-debian
|
||||
tty: true
|
||||
depends_on:
|
||||
- db
|
||||
|
|
@ -21,7 +21,7 @@ services:
|
|||
- images_volume:/var/www/passbolt/webroot/img/public
|
||||
tmpfs:
|
||||
- /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:
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
|
|
|||
Loading…
Reference in New Issue