Skip to content

Commit 421eefd

Browse files
committed
Fix ports for Firefox container
1 parent d8637a8 commit 421eefd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.core-dev-selenium.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ services:
3030
expose:
3131
- 7901
3232
environment:
33+
- NO_VNC_PORT=7901
34+
- SE_NO_VNC_PORT=7901
3335
- VIRTUAL_HOST=$DDEV_HOSTNAME
34-
- HTTPS_EXPOSE=7900:7901
35-
- HTTP_EXPOSE=7910:7901
36+
- HTTPS_EXPOSE=7901:7901
37+
- HTTP_EXPOSE=7911:7901
3638
links:
3739
- web:web
3840
external_links:

0 commit comments

Comments
 (0)