From 22d4b0fbd6c5ec51f92bb4072d96b89d98932ca4 Mon Sep 17 00:00:00 2001 From: Dale Wahl Date: Tue, 12 Sep 2023 09:57:23 +0200 Subject: [PATCH] revert ghost delete... not sure where this went --- .env | 1 + 1 file changed, 1 insertion(+) diff --git a/.env b/.env index aec2b9248..88b0f5375 100644 --- a/.env +++ b/.env @@ -20,6 +20,7 @@ PUBLIC_PORT=80 # Backend API # API_HOST is used by the frontend; in Docker it should be the backend container name # (or "localhost" if front and backend are running together in one container +API_HOST=backend PUBLIC_API_PORT=4444 # Telegram apparently needs its own port