mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
chore: pin mysql
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user