Commit 362bdc13 authored by Mohamad Bashar Desoki's avatar Mohamad Bashar Desoki

fix docker-compose.yml

parent 008522cb
...@@ -2,21 +2,21 @@ version: '3.4' ...@@ -2,21 +2,21 @@ version: '3.4'
services: services:
app1: app1:
build: ./Webapp build: ./WebApp
container_name: app1 container_name: app1
command: 9001 "Server 1" command: 9001 "Server 1"
ports: ports:
- "9001:9001" - "9001:9001"
app2: app2:
build: ./Webapp build: ./WebApp
container_name: app2 container_name: app2
command: 9002 "Server 2" command: 9002 "Server 2"
ports: ports:
- "9002:9002" - "9002:9002"
app3: app3:
build: ./Webapp build: ./WebApp
container_name: app3 container_name: app3
command: 9003 "Server 3" command: 9003 "Server 3"
ports: ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment