Skip to content

Commit

Permalink
remove --privileged (fixed upstream)
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
slimsag committed Oct 29, 2018
1 parent 136665f commit e86d2a0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion deploy-indexer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ set -e
docker create \
--name=indexer \
--network=sourcegraph \
--privileged \
-e SOURCEGRAPH_CONFIG_FILE=/etc/sourcegraph/config.json \
-e LSP_PROXY=lsp-proxy:4388 \
-e PGDATABASE=sg \
Expand Down
1 change: 0 additions & 1 deletion deploy-query-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ set -e
docker create \
--name=query-runner \
--network=sourcegraph \
--privileged \
-e SOURCEGRAPH_CONFIG_FILE=/etc/sourcegraph/config.json \
-e SRC_GIT_SERVERS=gitserver-0:3178 \
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
Expand Down
1 change: 0 additions & 1 deletion deploy-repo-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ set -e
docker create \
--name=repo-updater \
--network=sourcegraph \
--privileged \
-e SOURCEGRAPH_CONFIG_FILE=/etc/sourcegraph/config.json \
-e SRC_GIT_SERVERS=gitserver-0:3178 \
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
Expand Down
1 change: 0 additions & 1 deletion deploy-zoekt-indexserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ set -e
docker run --detach \
--name=zoekt-indexserver \
--network=sourcegraph \
--privileged \
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
sourcegraph/zoekt:18-09-14_2f4b0f2@sha256:c51363fc9c8ad8fee2909593bb37475afb04f5ddb5fa67a580b260ab7abcd377 \
zoekt-sourcegraph-indexserver -index /data/index -sourcegraph_url http://sourcegraph-frontend-internal:3090 -listen :6072 -interval 1m -cpu_fraction "1.0" # command
Expand Down

0 comments on commit e86d2a0

Please sign in to comment.