feat: update docker-compose.yml

This commit is contained in:
arch3rPro
2026-03-23 22:15:34 +08:00
parent 6d4fdcceb5
commit eee6a147ea
@@ -44,10 +44,11 @@ services:
networks: networks:
- 1panel-network - 1panel-network
healthcheck: healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-p${PANEL_DB_ROOT_PASSWORD}"] test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
interval: 10s interval: 5s
timeout: 5s timeout: 5s
retries: 5 retries: 10
start_period: 30s
redis: redis:
image: redis:latest image: redis:latest
container_name: ${CONTAINER_NAME}-redis container_name: ${CONTAINER_NAME}-redis