You need to sign in or sign up before continuing.
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'
services:
app1:
build: ./Webapp
build: ./WebApp
container_name: app1
command: 9001 "Server 1"
ports:
- "9001:9001"
app2:
build: ./Webapp
build: ./WebApp
container_name: app2
command: 9002 "Server 2"
ports:
- "9002:9002"
app3:
build: ./Webapp
build: ./WebApp
container_name: app3
command: 9003 "Server 3"
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