Update README.MD
Updated docker volume path according to 08871e1
. Fixes #55
This commit is contained in:
parent
d36472bcac
commit
05ad1d46c1
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "80:8080"
|
- "80:8080"
|
||||||
volumes:
|
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:
|
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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue