diff options
-rw-r--r-- | docker-compose/create-compose.py | 1 | ||||
-rwxr-xr-x | docs/testing/user/installation.rst | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docker-compose/create-compose.py b/docker-compose/create-compose.py index 2f3be4f..1a63336 100644 --- a/docker-compose/create-compose.py +++ b/docker-compose/create-compose.py @@ -25,6 +25,7 @@ services: storperf-master: container_name: "storperf-master" image: "opnfv/storperf-master:{storperf_tag}" + env_file: {ENV_FILE} links: - storperf-graphite diff --git a/docs/testing/user/installation.rst b/docs/testing/user/installation.rst index f6c9744..d593e6f 100755 --- a/docs/testing/user/installation.rst +++ b/docs/testing/user/installation.rst @@ -110,8 +110,9 @@ The following ports are exposed if you use the supplied docker-compose.yaml file: * 5000 for StorPerf ReST API and Swagger UI -* 8000 for StorPerf's Graphite Web Server +Note: Port 8000 is no longer exposed and graphite can be accesed via +http://storperf:5000/graphite Running StorPerf Container ========================== |