diff --git a/README.MD b/README.MD index 1aaec2c..09bd132 100644 --- a/README.MD +++ b/README.MD @@ -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: