aaPanel_Kern hi, 10 days a go i retry, retry and retry but still problem..
[90mError: connect ECONNREFUSED 127.0.0.1:3306
at /var/lib/ghost/versions/5.41.0/node_modules/knex-migrator/lib/database.js:57:19
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)[39m
im using phpmyadmin with same domain panel.
docker template
version: '3.3'
services:
ghost:
image: ghost:latest
restart: always
ports:
- 8080:2368
environment:
databaseclient: mysql
databaseconnectionhost: 127.0.0.1 [problem with this, trying to localhost still not connect]
databaseconnectionuser: Peryogi_ghost
databaseconnectionpassword: ######
databaseconnection__database: peryogi_ghost
#url change your domain
url: https://labs.peryogi.com
#mail
mail__transport: SMTP
mail__options__host: smtp_host
mail__options__secure: false
mail__options__port: 587
mail__options__service: SES
mail__options__auth__user: smtp_user
mail__options__auth__pass: smtp_pass
NODE_ENV: production
volumes:
- /peryogilabs/www/wwwroot/ghost_blog:/var/lib/ghost/content