Skip to content

Commit

Permalink
fix: add volume for cms uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
onursagir committed Dec 13, 2022
1 parent 3a59b64 commit 224fedb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
- 9001:9001
env_file:
- .env
volumes:
- ./apps/cms/public/uploads:/code/apps/cms/public/uploads
web:
restart: always
build:
Expand Down

0 comments on commit 224fedb

Please sign in to comment.