We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b92c3 commit 3f6d7bbCopy full SHA for 3f6d7bb
2 files changed
01-contenedores/contenedores-vi/docker-compose.yml
@@ -1,4 +1,4 @@
1
-version: "3.9" # optional since v1.27.0
+version: "3.9"
2
services:
3
db:
4
image: mysql:5.7
01-contenedores/contenedores-vi/my-app/backend/client.http
@@ -0,0 +1,27 @@
+GET http://localhost:8080/api/topics HTTP/1.1
+
+###
+POST http://localhost:8080/api/topics HTTP/1.1
5
+content-type: application/json
6
7
+{
8
+ "name": "Docker images"
9
+}
10
11
12
13
14
15
16
17
+ "name": "Docker volumes"
18
19
20
21
22
23
24
25
26
+ "name": "Docker networking"
27
0 commit comments