diff --git a/Dashboard_Containers/homepage/config/services.yaml b/Dashboard_Containers/homepage/config/services.yaml index 34e6676..0a374ac 100644 --- a/Dashboard_Containers/homepage/config/services.yaml +++ b/Dashboard_Containers/homepage/config/services.yaml @@ -1,7 +1,11 @@ -- Group A: +- Internal Docker Containers: - Service A: href: http://localhost/ -- Group B: +- External Docker Containers: - Service B: + href: http://localhost/ + +- Non-Docker Containers: + - Service C: href: http://localhost/ \ No newline at end of file