Skip to content

Commit

Permalink
Fix docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
nrajaona committed Jun 27, 2024
1 parent bcd75d5 commit 1ba71f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- .:/app
environment:
- PYTHONUNBUFFERED=1
restart: unless-stopped
restart: always

volumes:
app-data:

0 comments on commit 1ba71f7

Please sign in to comment.