Skip to content

Commit

Permalink
release: sourcegraph@5.1.0 (#6337)
Browse files Browse the repository at this point in the history
  • Loading branch information
coury-clark authored Jun 27, 2023
1 parent 628db56 commit 0338485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Install/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { copy } from '../../lib/utils'
import { ReactComponent as CopyIcon } from './copyIcon.svg'

const installText =
'docker run --publish 7080:7080 --publish 127.0.0.1:3370:3370 --rm --volume ~/.sourcegraph/config:/etc/sourcegraph --volume ~/.sourcegraph/data:/var/opt/sourcegraph sourcegraph/server:5.0.6'
'docker run --publish 7080:7080 --publish 127.0.0.1:3370:3370 --rm --volume ~/.sourcegraph/config:/etc/sourcegraph --volume ~/.sourcegraph/data:/var/opt/sourcegraph sourcegraph/server:5.1.0'

export const Install: FunctionComponent = () => {
const [copied, setCopied] = useState(false)
Expand Down

0 comments on commit 0338485

Please sign in to comment.