Merge pull request #3 from tienthienhd/bugfix/loss-of-image
fix: mount folder media
This commit is contained in:
commit
4ea71b62da
@ -1,2 +1,2 @@
|
||||
docker stop tc-edoc
|
||||
docker run --rm --name tc-edoc -p 8000:8000 --env-file .env registry-dev.tcgroup.vn/tc-edoc:0.0.1
|
||||
docker run --rm --name tc-edoc -p 8000:8000 --env-file .env -v "$(pwd)/media:/usr/src/paperless/media" registry-dev.tcgroup.vn/tc-edoc:0.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user