Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kekayann authored Sep 14, 2023
1 parent 74f7867 commit cd49c06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gwen/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ services:
# - "$PWD/gwen/output/.video:/opt/selenoid/video"
# environment:
# - OVERRIDE_VIDEO_OUTPUT_DIR=$PWD/gwen/output/.video
command: ["-container-network", "gwen-net", "-video-output-dir", "/opt/selenoid/video"]
# command: ["-container-network", "gwen-net", "-video-output-dir", "/opt/selenoid/video"]
command: ["-container-network", "gwen-net"]
# selenoid-ui:
# depends_on:
# - selenoid
Expand Down Expand Up @@ -58,7 +59,7 @@ services:
- GWEN_PARALLEL
- GWEN_THREADS
- GWEN_HEADLESS
- GWEN_VIDEO
# - GWEN_VIDEO
volumes:
- "$PWD:/project"
working_dir: /project
Expand Down

0 comments on commit cd49c06

Please # to comment.