Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jensim authored Jul 18, 2023
1 parent b77745c commit 9d23059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker run -d \
--volume ~/.sourcegraph/config:/etc/sourcegraph \
--volume ~/.sourcegraph/data:/var/opt/sourcegraph \
--name sourcegraph \
jensim/sourcegraph-server-oss:v5.1.4
jensim/sourcegraph-server-oss:v5.0.6
```

## docker-compose.yml
Expand All @@ -36,7 +36,7 @@ version: '3.3'

services:
sourcegraph:
image: jensim/sourcegraph-server-oss:v5.1.4
image: jensim/sourcegraph-server-oss:v5.0.6
ports:
- "7080:7080"
volumes:
Expand Down

0 comments on commit 9d23059

Please sign in to comment.