Skip to content

Commit

Permalink
fix remove second mount of ~/mdv to avoid corruption #126
Browse files Browse the repository at this point in the history
  • Loading branch information
xinaesthete committed Jan 21, 2025
1 parent 0da6280 commit 713635d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- /app/node_modules/
- /app/dist/
- ~/mdv:/app/mdv
- ~/mdv:/root/mdv # XXX: so that scripts referring to '~/mdv/...' work - may still be issues with db integration etc...
# - ~/mdv:/root/mdv # XXX: so that scripts referring to '~/mdv/...' work - may still be issues with db integration etc...
- ./app_logs:/app/logs
# - ~/data:/app/data # thinking about allowing symlinked data folder...
environment:
Expand Down

0 comments on commit 713635d

Please sign in to comment.