Skip to content

Commit 1bf40c7

Browse files
author
Katie Horne
authored
remove initial dev URL command; fix example (coder#736)
1 parent 61d268d commit 1bf40c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup/docker.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ You must be using a machine that is running Linux/macOS and has
2828
-p 7080:7080 \
2929
-v /var/run/docker.sock:/var/run/docker.sock \
3030
-v ~/.coder:/var/run/coder \
31-
-e DEVURL_HOST="*.mycompany.com" \
3231
codercom/coder:1.25.1
3332
```
3433

@@ -79,7 +78,7 @@ DEVURL_HOST="*.mycompany.com"
7978
For example:
8079

8180
```console
82-
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"
81+
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.25.1
8382
```
8483

8584
## Scaling

0 commit comments

Comments
 (0)