Update README.MD

Updated docker volume path according to 08871e1. Fixes #55
This commit is contained in:
Dániel Szabó 2022-09-27 16:19:41 +00:00 committed by GitHub
parent d36472bcac
commit 05ad1d46c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ services:
ports:
- "80:8080"
volumes:
- ./microbin-data:/usr/local/bin/pasta_data
- ./microbin-data:/app/pasta_data
```
To pass command line arguments you must edit the Dockerfile and change the CMD line. In this example we add the syntax highlighting option and enable private pastas: