From 285426d21f7be861091cdec06ca54f148596cead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Mon, 5 Feb 2024 20:23:33 +0100 Subject: [PATCH] Configurable port --- .env.example | 3 +++ docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a87b2f3..74d3e8e 100644 --- a/.env.example +++ b/.env.example @@ -344,3 +344,6 @@ FIREFLY_III_LAYOUT=v1 # If you're stuck I understand you get desperate but look SOMEWHERE ELSE. # APP_URL=http://localhost + +# Port to run the application on +FIREFLY_III_PORT=80 diff --git a/docker-compose.yml b/docker-compose.yml index ed8237f..f96b779 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: networks: - firefly_iii ports: - - 80:8080 + - ${FIREFLY_III_PORT}:8080 depends_on: - db db: