Skip to content

Commit

Permalink
Fix dev compose volume
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 4, 2025
1 parent 840c6fa commit bdfed71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ services:
- 5001:5001
volumes:
- ./:/app
- jiotv_go:/apps/secrets
env_file:
- ./.env
- ./.env

volumes:
jiotv_go:

0 comments on commit bdfed71

Please sign in to comment.