Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
D
Docker-HAProxy-LoadBalancer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
areej.mohammad
Docker-HAProxy-LoadBalancer
Commits
362bdc13
Commit
362bdc13
authored
Mar 02, 2025
by
Mohamad Bashar Desoki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix docker-compose.yml
parent
008522cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docker-compose.yml
docker-compose.yml
+3
-3
No files found.
docker-compose.yml
View file @
362bdc13
...
@@ -2,21 +2,21 @@ version: '3.4'
...
@@ -2,21 +2,21 @@ version: '3.4'
services
:
services
:
app1
:
app1
:
build
:
./Web
a
pp
build
:
./Web
A
pp
container_name
:
app1
container_name
:
app1
command
:
9001 "Server 1"
command
:
9001 "Server 1"
ports
:
ports
:
-
"
9001:9001"
-
"
9001:9001"
app2
:
app2
:
build
:
./Web
a
pp
build
:
./Web
A
pp
container_name
:
app2
container_name
:
app2
command
:
9002 "Server 2"
command
:
9002 "Server 2"
ports
:
ports
:
-
"
9002:9002"
-
"
9002:9002"
app3
:
app3
:
build
:
./Web
a
pp
build
:
./Web
A
pp
container_name
:
app3
container_name
:
app3
command
:
9003 "Server 3"
command
:
9003 "Server 3"
ports
:
ports
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment