Skip to content

Commit 23ed78b

Browse files
committed
fix(ci): switch port to 8080
1 parent 6763e15 commit 23ed78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.4'
22
services:
33
sut:
44
image: appropriate/curl
5-
command: ["--retry", "15","--retry-delay","5","--retry-connrefused","http://bookstack/login"]
5+
command: ["--ipv4","--retry", "15","--retry-delay","5","--retry-connrefused","http://bookstack:8080/login"]
66
depends_on:
77
- bookstack
88
mysql:

0 commit comments

Comments
 (0)