From 9cd9d7cbe907c59e24d393a3fbf3fdd46f1916e1 Mon Sep 17 00:00:00 2001 From: Amanda Tarpening <280058513+WhatsTarpening@users.noreply.github.com> Date: Sun, 21 Jun 2026 22:07:30 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Clarified=20GHOST=5FPORT=20comme?= =?UTF-8?q?nt=20in=20.env.example=20(#80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index c6337440..f8e46170 100644 --- a/.env.example +++ b/.env.example @@ -53,9 +53,11 @@ mail__from="'Acme Support' " # The update commands won't work # GHOST_VERSION=6-alpine -# Port Ghost should listen on -# You should only need to edit this if you want to host -# multiple sites on the same server +# Internal port referenced by the migration script (scripts/migrate.sh) +# when you opt out of Caddy and run your own webserver — it's printed in +# the "forward traffic to 127.0.0.1:" message. It does NOT change +# the port Ghost listens on: Ghost binds 2368 internally and Caddy proxies +# to it. To change the public port, set HTTP_PORT / HTTPS_PORT above. # GHOST_PORT=2368 # Data locations