Skip to content

Commit 6651507

Browse files
committedNov 13, 2024
fix: healthcheck db shouldn't connect without credentials
1 parent c158b13 commit 6651507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pterodactyl/panel/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
networks:
3737
- dokploy-network
3838
healthcheck:
39-
test: ['CMD', 'healthcheck.sh', '--connect', '--innodb_initialized']
39+
test: ['CMD', 'healthcheck.sh','--innodb_initialized']
4040
start_period: 10s
4141
interval: 10s
4242
timeout: 5s

0 commit comments

Comments
 (0)