Add healthcheck for phpMyAdmin
This commit is contained in:
@@ -74,6 +74,11 @@ services:
|
||||
- internal
|
||||
ports:
|
||||
- "8888:80"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost/"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
volumes:
|
||||
uploads:
|
||||
|
||||
Reference in New Issue
Block a user