Merge pull request #1354 from emrullahardc/patch-1

Update docker-compose.yml
This commit is contained in:
Fatih Alp 2023-07-23 22:16:36 +03:00 committed by GitHub
commit b6a1b17043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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