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
@@ -46,10 +45,15 @@ Spring Boot version: 2.3.11.RELEASE
46
45
- spring-boot-starter-web
47
46
---
48
47
48
+
### [Docker Compose](docker-compose)
49
+
Launch all service
50
+
```shell
51
+
$ docker-compose -f docker-compose/app.yml up -d
52
+
```
49
53
50
54
### Zipkin
51
55
Docker
52
-
The Docker Zipkin project is able to build docker images, provide scripts and a docker-compose.yml for launching pre-built images. The quickest start is to run the latest image directly:
56
+
The Docker Zipkin project is able to build docker images, provide scripts, and a docker-compose.yml for launching pre-built images. The quickest start is to run the latest image directly:
0 commit comments