Skip to content

Commit

Permalink
Update compose file.
Browse files Browse the repository at this point in the history
  • Loading branch information
guzman-raphael committed Mar 23, 2023
1 parent bee49f7 commit e7b757d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
version: "2.4"
services:
db:
restart: always
image: datajoint/mysql:${MYSQL_VER}
environment:
- MYSQL_ROOT_PASSWORD=${DJ_PASS}
ports:
- "3306:3306"
healthcheck:
test: [ "CMD", "mysqladmin", "ping", "-h", "localhost" ]
timeout: 30s
retries: 5
timeout: 15s
retries: 10
interval: 15s

0 comments on commit e7b757d

Please sign in to comment.