We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a00be8 commit f1a9d98Copy full SHA for f1a9d98
1 file changed
README.md
@@ -7,7 +7,7 @@ Docker image is publicly available as [aetas/spring-boot-admin-docker](https://h
7
You can run spring-boot-admin in Docker with this command:
8
9
`
10
-docker run -d -p 8080:8080 aetas/spring-boot-admin-docker:1.3.2-SNAPSHOT
+docker run -d -p 8080:8080 --name spring-boot-admin aetas/spring-boot-admin-docker:1.4.1-SNAPSHOT
11
12
13
Now just go to <http://localhost:8080> (or <http://your-docker:8080>) with your browser.
0 commit comments