Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# -- Project information -----------------------------------------------------

project = 'Receipt parser server'
project = 'Receipt Manager Web App'
copyright = '2021, Monolidth'
author = 'Monolidth'

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down