mirror of https://github.com/samply/bridgehead.git
chore: pin mysql
This commit is contained in:
parent
5807a3c260
commit
4e8eb6218a
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dnpm-mysql:
|
dnpm-mysql:
|
||||||
image: mysql:latest
|
image: mysql:9
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "mysqladmin" ,"ping", "-h", "localhost" ]
|
test: [ "CMD", "mysqladmin" ,"ping", "-h", "localhost" ]
|
||||||
interval: 3s
|
interval: 3s
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dnpm-mysql:
|
dnpm-mysql:
|
||||||
image: mysql:latest
|
image: mysql:9
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "mysqladmin" ,"ping", "-h", "localhost" ]
|
test: [ "CMD", "mysqladmin" ,"ping", "-h", "localhost" ]
|
||||||
interval: 3s
|
interval: 3s
|
||||||
|
|
Loading…
Reference in New Issue