Skip to content

Commit 7db42b3

Browse files
author
bowler
committed
- added a note about docker compose command format
- updated references of port 3001 to 3000
1 parent d728d03 commit 7db42b3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/class1/module2/lab1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Here it is, served to you on a nice, bountiful SaaS platter: |application-study-
6161
# Start the tool
6262
docker-compose up
6363
64-
In the UDF lab environment, a copy of the F5 Application Study Tool has already been installed, partially configured, and started on the **Application Study Tool** UDF system, exposed via ``http://10.1.1.11:3001``.
64+
In the UDF lab environment, a copy of the F5 Application Study Tool has already been installed, partially configured, and started on the **Application Study Tool** UDF system, exposed via ``http://10.1.1.11:3000``.
6565

6666
If you'd like to perform a full installation yourself, please continue on to :ref:`Installing the F5 AST`.
6767

docs/class1/module2/lab2.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,9 @@ F5 Application Study Tool Installation and Setup
364364

365365
.. code-block:: console
366366
367-
sudo docker-compose up -d
367+
sudo docker compose up -d
368+
369+
.. note:: Depending on the version of Docker installed, you may need to run **sudo docker-compose up -d**. The command above is tailored to the version of Docker installed within the UDF lab at the time this guide was authored.
368370

369371
You should see output similar to the following:
370372

docs/class1/module2/lab3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Here's where our boots hit the ground and the real adventure begins!
260260

261261
.. code-block:: console
262262
263-
http://10.1.1.11:3001/dashboards
263+
http://10.1.1.11:3000/dashboards
264264
265265
#. Next, you'll be presented with the Grafana homepage. From here, select the menu button next to **Home**, then **Dashboards**.
266266

0 commit comments

Comments
 (0)