Configurable port

This commit is contained in:
Václav Uruba 2024-02-05 20:23:33 +01:00
parent 1cc469e739
commit 285426d21f
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C
2 changed files with 4 additions and 1 deletions

View File

@ -344,3 +344,6 @@ FIREFLY_III_LAYOUT=v1
# If you're stuck I understand you get desperate but look SOMEWHERE ELSE. # If you're stuck I understand you get desperate but look SOMEWHERE ELSE.
# #
APP_URL=http://localhost APP_URL=http://localhost
# Port to run the application on
FIREFLY_III_PORT=80

View File

@ -12,7 +12,7 @@ services:
networks: networks:
- firefly_iii - firefly_iii
ports: ports:
- 80:8080 - ${FIREFLY_III_PORT}:8080
depends_on: depends_on:
- db - db
db: db: