Skip to content

Commit e993258

Browse files
authored
add version tag (coder#710)
1 parent 859c96b commit e993258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You must be using a machine that is running Linux/macOS and has
2121
include the images, and set up your Coder deployment:
2222

2323
```console
24-
docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder codercom/coder
24+
docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder codercom/coder:1.25.0
2525
```
2626

2727
When this process is complete, Coder will print the URL you can use to access
@@ -71,7 +71,7 @@ DEVURL_HOST="*.mycompany.com"
7171
For example:
7272

7373
```console
74-
docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder codercom/coder -e DEVURL_HOST="*.mycompany.com"
74+
docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder codercom/coder:1.25.0 -e DEVURL_HOST="*.mycompany.com"
7575
```
7676

7777
## Scaling

0 commit comments

Comments
 (0)