Skip to content

Commit 9c4c6cc

Browse files
Merge pull request #23 from guzman-raphael/main
Update compose file
2 parents bee49f7 + e7b757d commit 9c4c6cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
version: "2.4"
33
services:
44
db:
5+
restart: always
56
image: datajoint/mysql:${MYSQL_VER}
67
environment:
78
- MYSQL_ROOT_PASSWORD=${DJ_PASS}
89
ports:
910
- "3306:3306"
1011
healthcheck:
1112
test: [ "CMD", "mysqladmin", "ping", "-h", "localhost" ]
12-
timeout: 30s
13-
retries: 5
13+
timeout: 15s
14+
retries: 10
1415
interval: 15s

0 commit comments

Comments
 (0)