This repository was archived by the owner on Aug 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
103103For 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
133133Coder supports client TLS certificates using ` DB_SSL_MODE=verify-full ` . Ensure
You can’t perform that action at this time.
0 commit comments