Skip to content

Commit

Permalink
Shorten long path for repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Dec 21, 2024
1 parent d8f968e commit 67bba07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/docker-compose-common-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
container_name: src-serve-git-ubuntu.local
image: index.docker.io/sourcegraph/src-cli:latest
volumes:
- ../../repos/:/sourcegraph/src-serve-root:ro
- ../../../sg/r/:/sourcegraph/src-serve-root:ro
command: "serve-git -addr :443 /sourcegraph/src-serve-root"
restart: always
networks:
Expand Down

0 comments on commit 67bba07

Please sign in to comment.