Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 0a3999c

Browse files
author
Erik Bledsoe
authored
Update Coder for Docker version (#868)
1 parent 9a802e7 commit 0a3999c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Coder for Docker works with the following platforms:
5151
-p 7080:7080 \
5252
-v /var/run/docker.sock:/var/run/docker.sock \
5353
-v ~/.coder:/var/run/coder \
54-
codercom/coder:1.28.0
54+
codercom/coder:1.28.2
5555
```
5656

5757
When this process is complete, Coder will print the URL you can use to access
@@ -103,7 +103,7 @@ DEVURL_HOST="*.mycompany.com"
103103
For example:
104104

105105
```console
106-
docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder -e DEVURL_HOST="*.mycompany.com" codercom/coder:1.28.0
106+
docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder -e DEVURL_HOST="*.mycompany.com" codercom/coder:1.28.2
107107
```
108108

109109
## Use an external PostgreSQL database
@@ -127,7 +127,7 @@ If you'd like to use an external database, you must:
127127
-e DB_PASSWORD="" \
128128
-e DB_NAME=postgres \
129129
-e DB_SSL_MODE=disable \
130-
codercom/coder:1.28.0
130+
codercom/coder:1.28.2
131131
```
132132

133133
Coder supports client TLS certificates using `DB_SSL_MODE=verify-full`. Ensure

0 commit comments

Comments
 (0)