Skip to content

Commit cbabe47

Browse files
authored
remove dev url var quotations (#791)
1 parent 00d4bcc commit cbabe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/tls-certificates/docker-tls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ coder:
160160
ports:
161161
- 7080:7080
162162
environment:
163-
- DEVURL_HOST="*.<your-domain.com>"
163+
- DEVURL_HOST=*.<your-domain.com>
164164
```
165165

166166
> The `~/letsecnrypt:/letsencrypt/` volume definition is required only if you

0 commit comments

Comments
 (0)