feat: update docker-compose.yml

This commit is contained in:
arch3rPro
2026-03-23 22:15:34 +08:00
parent 6d4fdcceb5
commit eee6a147ea

View File

@@ -44,10 +44,11 @@ services:
networks:
- 1panel-network
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-p${PANEL_DB_ROOT_PASSWORD}"]
interval: 10s
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
interval: 5s
timeout: 5s
retries: 5
retries: 10
start_period: 30s
redis:
image: redis:latest
container_name: ${CONTAINER_NAME}-redis