add instructions for updating code-server
This commit is contained in:
@@ -11,6 +11,8 @@ Docker Hub: `bencdr/code-server-deploy-container`
|
||||
|
||||
## Modifying your code-server environment
|
||||
|
||||
To update your code-server version, modify the version number on line 2 in your Dockerfile. See the [list of tags](https://hub.docker.com/r/codercom/code-server/tags?page=1&ordering=last_updated) for the latest version.
|
||||
|
||||
We've included some examples on how to add additoonal dependencies in the root-level [Dockerfile](../Dockerfile):
|
||||
|
||||
```Dockerfile
|
||||
|
||||
@@ -51,4 +51,8 @@ Press the button in the top right of the repo, or or click to [use this template
|
||||
|
||||
1. (Optional): [Configure rclone](https://github.com/cdr/deploy-code-server/tree/main/deploy-container#-persist-your-filesystem-with-rclone) so that you can save your VS Code config and files without commiting
|
||||
|
||||
See the [deploy-container README](../deploy-container) for other config vars for your environment.
|
||||
See the [deploy-container README](../deploy-container) for other config vars for your environment.
|
||||
|
||||
---
|
||||
|
||||
To update your code-server version, modify the version number on line 2 in your Dockerfile. See the [list of tags](https://hub.docker.com/r/codercom/code-server/tags?page=1&ordering=last_updated) for the latest version.
|
||||
|
||||
@@ -43,4 +43,8 @@ You also need to specity a `PASSWORD` and a `GIT_REPO` to clone in your environm
|
||||
|
||||
1. (Optional): [Configure rclone](https://github.com/cdr/deploy-code-server/tree/main/deploy-container#-persist-your-filesystem-with-rclone) so that you can save your VS Code config and files without commiting
|
||||
|
||||
See the [deploy-container README](../deploy-container) for other config vars for your environment.
|
||||
See the [deploy-container README](../deploy-container) for other config vars for your environment.
|
||||
|
||||
---
|
||||
|
||||
To update your code-server version, modify the version number on line 2 in your Dockerfile. See the [list of tags](https://hub.docker.com/r/codercom/code-server/tags?page=1&ordering=last_updated) for the latest version.
|
||||
|
||||
Reference in New Issue
Block a user