supabase-community / supabase-traefik

115 stars 15 forks source link

invalid interpolation format #5

Open madsharcky opened 3 months ago

madsharcky commented 3 months ago

Bug report

Describe the bug

CLOUDFLARE_EMAIL: ${$CLOUDFLARE_EMAIL} has a $ to much

To Reproduce

Go to traefik/docker-compose.yml

Expected behavior

CLOUDFLARE_EMAIL: ${CLOUDFLARE_EMAIL}

NorkzYT commented 3 months ago

@madsharcky

Thank you for detecting the mistake.

If you would like to, please curate a Github PR to resolve this issue.