From 05ad1d46c16c73007dd1c6025c769547c1a91945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Szab=C3=B3?= <25702868+szabodanika@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:19:41 +0000 Subject: [PATCH] Update README.MD Updated docker volume path according to 08871e1. Fixes #55 --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: