Skip to content

Commit

Permalink
remove docker.sock from run-server-image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismwendt committed Jan 9, 2019
1 parent 9d4bd5a commit a0e7d0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/run-server-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ docker run "$@" \
-e DEBUG=t \
--volume $DATA/config:/etc/sourcegraph \
--volume $DATA/data:/var/opt/sourcegraph \
-v /var/run/docker.sock:/var/run/docker.sock \
$IMAGE

0 comments on commit a0e7d0e

Please sign in to comment.