Configurable port
This commit is contained in:
parent
1cc469e739
commit
285426d21f
@ -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
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user