From 0bc1a955a6dbc96ec389416aa64cfbad5c4dbc95 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 30 Jul 2022 23:56:52 +0200 Subject: [PATCH] readme: fixed typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7bd4fc7..5f5c8e7 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ Set the following volumes with the -v tag. | Volume-Name | Container mount | Description | | ----------- | ------------------------- | ------------------------------------------------------------ | -| config-file | /wiki/src/config.py | Config file | -| entries | /wiki/src/templates/entry | Directory for wiki entries | -| css | /wiki/src/static/css | (optional) Directory for css files | -| html | /wiki/src/templates | (optional) Directory for templates (entry-volume not needed) | +| config-file | /wiki/config.py | Config file | +| entries | /wiki/templates/entry | Directory for wiki entries | +| css | /wiki/static/css | (optional) Directory for css files | +| html | /wiki/templates | (optional) Directory for templates (entry-volume not needed) | #### Ports