From 0af9f9f7dcfc91324e8fd2ea815e9afa417bd415 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sat, 23 Mar 2024 03:18:20 +0100 Subject: [PATCH] Update docker-compose.yml --- examples/ghost/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ghost/docker-compose.yml b/examples/ghost/docker-compose.yml index 533361b..ed3853a 100644 --- a/examples/ghost/docker-compose.yml +++ b/examples/ghost/docker-compose.yml @@ -22,7 +22,7 @@ services: database__connection__user: ${DB_USER:-ghost} database__connection__password: ${DB_USER_PASS:-DatabasePassword1234} database__connection__database: ${DB_NAME:-ghost} - url: https://blog.example.com # change this for production + url: http://127.0.0.1:2368 # adjust to your domain and correct protocol handler + port #NODE_ENV: developmnent # default is production already #mail__transport: SMTP #mail__options__host: ${SMTP_HOST:-smtp.google.com}