mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
minor changes
Signed-off-by: ajeetraina <ajeetraina@gmail.com>
This commit is contained in:
parent
28fd61d5ca
commit
62bef58719
1 changed files with 4 additions and 2 deletions
|
@ -27,12 +27,14 @@ redis:
|
|||
- '6379:6379'
|
||||
web1:
|
||||
restart: on-failure
|
||||
build: ./web1
|
||||
build: ./web
|
||||
hostname: web1
|
||||
ports:
|
||||
- '81:5000'
|
||||
web2:
|
||||
restart: on-failure
|
||||
build: ./web2
|
||||
build: ./web
|
||||
hostname: web2
|
||||
ports:
|
||||
- '82:5000'
|
||||
nginx:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue