Explorar el Código

Fix: remove the infinite goroutine

Signed-off-by: AhmedGrati <[email protected]>
AhmedGrati hace 2 años
padre
commit
4816f40b90
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16 0
      cmd/docker-compose.yaml

+ 16 - 0
cmd/docker-compose.yaml

@@ -0,0 +1,16 @@
+version: '3.3'
+
+services:
+  servic1:
+    image: nginx
+    ports:
+      - 8081:80
+  service2:
+    image: nginx
+    ports:
+      - 8082:80
+  service3:
+    image: nginx
+    ports:
+      - 8083:80
+