Skip to content

Commit

Permalink
apply env file
Browse files Browse the repository at this point in the history
  • Loading branch information
XmJwit authored Nov 7, 2024
1 parent 5be7268 commit 646a3d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ services:
- ./logs:/app/logs
- ./fsb.env:/app/fsb.env
ports:
- "${PORT:-8038}:${PORT:-8038}"
- "${PORT:-8038}:${PORT:-8038}"
env_file:
- path: ./fsb.env
required: true

0 comments on commit 646a3d2

Please sign in to comment.