You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -274,9 +274,9 @@ To run these examples, you'll need to have Spring Boot Admin running in a local
274
274
275
275
Unless the example includes a docker-compose file, you'll need to start Spring Boot Admin using docker directly:
276
276
```sh
277
-
docker run -p 8082:8082 michayaak/spring-boot-admin:2.2.2
277
+
docker run -p 8080:8080 michayaak/spring-boot-admin:2.2.3-1
278
278
```
279
-
(the docker image's tag represents the version of Spring Boot Admin, so if you need to use version `2.0.0`, use `michayaak/spring-boot-admin:2.0.0` instead).
279
+
(the docker image's tag represents the version of Spring Boot Admin, so if you need to use version `2.0.0`, use `michayaak/spring-boot-admin:2.0.0` instead, note its accepting connections on port 8082).
280
280
281
281
The examples include
282
282
*[FastAPI Example](examples/FastAPI/README.md) - demonstrates integrating Pyctuator with the FastAPI web framework.
0 commit comments