Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DongHan2016 committed May 31, 2016
1 parent e5ea536 commit 79224f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OracleTuxedo/samples/mp/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ services:
node1:
hostname: node1
build: .
command: /bin/bash -x /home/tuxtest/sleep.sh &> sleep.log
command: /bin/bash -x /home/oracle/sleep.sh &> sleep.log
node2:
hostname: node2
build: .
command: /bin/bash -x /home/tuxtest/sleep.sh &> sleep.log
command: /bin/bash -x /home/oracle/sleep.sh &> sleep.log
depends_on:
- node1
node3:
hostname: node3
build: .
command: /bin/bash -x /home/tuxtest/sleep.sh &> sleep.log
command: /bin/bash -x /home/oracle/sleep.sh &> sleep.log
depends_on:
- node1

0 comments on commit 79224f2

Please sign in to comment.