Skip to content

Commit

Permalink
fix(docker): docker failing to detect the env file (#158)
Browse files Browse the repository at this point in the history
Closes #158
  • Loading branch information
EverythingSuckz authored Nov 24, 2024
2 parents 5be7268 + 646a3d2 commit 130d9a8
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 130d9a8

Please sign in to comment.