Skip to content

Commit

Permalink
Merge pull request #121 from kabilar/master
Browse files Browse the repository at this point in the history
Minor documentation update
  • Loading branch information
guzman-raphael authored Mar 31, 2022
2 parents 878805c + adab4c5 commit 6f47de2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ To start the API server, use the command:

.. code-block:: bash
PHARUS_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml up -d
PHARUS_VERSION=0.4.1 docker-compose -f docker-compose-deploy.yaml up -d
To stop the API server, use the command:

.. code-block:: bash
PHARUS_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml down
PHARUS_VERSION=0.4.1 docker-compose -f docker-compose-deploy.yaml down
References
----------
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PHARUS_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml pull
# PHARUS_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml up -d
# PHARUS_VERSION=0.4.1 docker-compose -f docker-compose-deploy.yaml pull
# PHARUS_VERSION=0.4.1 docker-compose -f docker-compose-deploy.yaml up -d
#
# Intended for production deployment.
# Note: You must run both commands above for minimal outage
Expand Down
2 changes: 1 addition & 1 deletion pharus/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def api_version() -> str:
Content-Type: application/json
{
"version": "0.1.0"
"version": "0.4.1"
}
:statuscode 200: No error.
Expand Down

0 comments on commit 6f47de2

Please sign in to comment.