diff --git a/docs/conf.py b/docs/conf.py index 79f4d2e..663d99b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- -project = 'Receipt parser server' +project = 'Receipt Manager Web App' copyright = '2021, Monolidth' author = 'Monolidth' diff --git a/docs/installation.rst b/docs/installation.rst index 454afec..cc9a44a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -17,7 +17,7 @@ Finally, you can start the receipt-parser-webapp. .. code-block:: bash -docker run -d --network host --name "receipt-manager-webapp" -v /your/path/onDockerHost/ssl:/app/webroot/ssl -v /your/path/onDockerHost/config:/app/config -e backendIP="backendIP" -e backendPort="5558" -e useSSL="false" dielee/receipt-manager-webapp:latest + docker run -d --network host --name "receipt-manager-webapp" -v /your/path/onDockerHost/ssl:/app/webroot/ssl -v /your/path/onDockerHost/config:/app/config -e backendIP="backendIP" -e backendPort="5558" -e useSSL="false" dielee/receipt-manager-webapp:latest After the docker container is running, open the website, go to settings, and configure all open settings.