[READ-ONLY] Mirror of https://github.com/mrgnw/svelte-docker-tailscale. Run svelte apps in docker with Tailscale
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix environment variable substitution syntax

Co-authored-by: mrgnw <2504532+mrgnw@users.noreply.github.com>

+1 -1
+1 -1
compose.yml
··· 8 8 } 9 9 }, 10 10 "Web": { 11 - "$${TS_CERT_DOMAIN:-localhost}:443": { 11 + "${TS_CERT_DOMAIN:-localhost}:443": { 12 12 "Handlers": { 13 13 "/": { 14 14 "Proxy": "http://127.0.0.1:5173"