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

Commit

Permalink
Merge pull request #749 from hullarb/dc-net-example-fix
Browse files Browse the repository at this point in the history
docs/docker-compose: Fix default bridge network name
  • Loading branch information
vania-pooh authored Jun 20, 2019
2 parents 1ff2123 + d4a3e78 commit 2716acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker-compose.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- "$PWD:/opt/selenoid/logs"
environment:
- OVERRIDE_VIDEO_OUTPUT_DIR=$PWD
command: ["-conf", "/etc/selenoid/browsers.json", "-video-output-dir", "/opt/selenoid/video", "-log-output-dir", "/opt/selenoid/logs", "-container-network", "selenoid"]
command: ["-conf", "/etc/selenoid/browsers.json", "-video-output-dir", "/opt/selenoid/video", "-log-output-dir", "/opt/selenoid/logs"]
ports:
- "4444:4444"
----
Expand Down

0 comments on commit 2716acb

Please sign in to comment.