Skip to content

Commit

Permalink
fix: forget to bind volume
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds committed Oct 5, 2022
1 parent 86ed846 commit 247d0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
backend:
image: ppodds/ncuplus-backend:latest
restart: always
volumes:
- ./backend/uploads:/home/node/app/uploads
env_file:
- ./backend/.env
environment:
Expand Down

0 comments on commit 247d0f1

Please sign in to comment.