Skip to content

Commit

Permalink
fix(docker-compose): add volume for storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Apr 10, 2024
1 parent 8c08898 commit ffcf688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ services:
environment:
APP_SECRET: ${APP_SECRET}
SERVER_NAME: ${SERVER_NAME}
volumes:
- ./var/storage:/app/var/storage:rw

0 comments on commit ffcf688

Please sign in to comment.