Skip to content

Commit 91f8fbe

Browse files
committed
Correct exposed port
1 parent 2b49581 commit 91f8fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
container_name: webserver
1010
tty: true
1111
ports:
12-
- "8080:9080"
12+
- "9080:9080"
1313
volumes:
1414
- ../..:/app
1515

0 commit comments

Comments
 (0)