Skip to content

Commit be31129

Browse files
author
Stephen Gutekanst
authored
docker-compose: remove experimental wording, better upgrading documentation (#86)
1 parent 681efd8 commit be31129

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docker-compose/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
This folder contains a Sourcegraph docker-compose deployment.
44

5-
**NOTE:** This is early access and slated for release in Sourcegraph v3.12; the missing components today are primarily documentation. Please contact us ([email protected]) if you are looking at using this in production so we can assist you.
6-
75
## Deploying
86

97
Simply clone the repository and `docker-compose up -d` to deploy Sourcegraph:
@@ -25,12 +23,4 @@ Notes:
2523

2624
## Upgrading
2725

28-
When a new version of Sourcegraph is released, you will simply checkout that version in this repository and redeploy:
29-
30-
```sh
31-
cd deploy-sourcegraph-docker/docker-compose
32-
git pull
33-
git checkout NEW_VERSION
34-
docker-compose down
35-
docker-compose up -d
36-
```
26+
Always refer to https://docs.sourcegraph.com/admin/updates/docker_compose prior to upgrading, as it will document any manual steps you may need to take in order to upgrade smoothly.

0 commit comments

Comments
 (0)