Skip to content

Commit 758f657

Browse files
docker-compose.yaml update
1 parent 11b16d5 commit 758f657

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- external_network
1919
ports:
2020
- target: 8080
21-
published: 9800
21+
published: 9900
2222
protocol: tcp
2323
volumes:
2424
- ~/:/var/jenkins_home # -v $HOME/mcmp/oss/jenkins:/var/jenkins_home
@@ -55,7 +55,7 @@ services:
5555
interval: 1m
5656
timeout: 5s
5757
retries: 3
58-
start_period: 10s
58+
start_period: 30s
5959

6060
# sonatype nexus - for application manager
6161
sonatype-nexus:
@@ -82,7 +82,7 @@ services:
8282
interval: 1m
8383
timeout: 5s
8484
retries: 3
85-
start_period: 10s
85+
start_period: 30s
8686

8787
# application-manager
8888
mc-application-manager:
@@ -110,4 +110,4 @@ services:
110110
interval: 1m
111111
timeout: 5s
112112
retries: 3
113-
start_period: 10s
113+
start_period: 30s

0 commit comments

Comments
 (0)