docs: added logs to dev setup command

This commit is contained in:
Lars Jansen 2023-11-30 15:52:49 +01:00
parent 7465df6be1
commit 249fce2a96
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ From the root directory run:
docker build -f docker/Dockerfile -t opentrashmail .
docker run --rm -it --name trashmail -p 2525:25 \
-v $( pwd )/data:/var/www/opentrashmail/data \
-v $( pwd )/logs:/var/www/opentrashmail/logs \
-v $( pwd )/config.ini:/var/www/opentrashmail/config.ini:ro opentrashmail
```