Skip to content

Commit

Permalink
bind the logs inside docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mourginakis committed Oct 26, 2023
1 parent dce7f9b commit 5635ef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ services:
- type: bind
source: .env
target: /app/.env
- type: bind
source: ./logs/
target: /app/logs/

0 comments on commit 5635ef2

Please sign in to comment.