mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #1354 from emrullahardc/patch-1
Update docker-compose.yml
This commit is contained in:
commit
b6a1b17043
@ -73,4 +73,13 @@ services:
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
retries: 10
|
||||
|
||||
phpmyadmin:
|
||||
image: phpmyadmin/phpmyadmin:latest
|
||||
ports:
|
||||
- "8081:80"
|
||||
depends_on:
|
||||
- database
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: oc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user