Ver código fonte

Update README.MD

Updated docker volume path according to 08871e1. Fixes #55
Dániel Szabó 2 anos atrás
pai
commit
05ad1d46c1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      README.MD

+ 1 - 1
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: