Skip to content

Commit

Permalink
Fix environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
GDWR committed May 11, 2024
1 parent 61ca96e commit eeacb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ services:
image: ghcr.io/gdwr/urlshort:development
environment:
NUXT_REDIS_HOST: redis
NUXT_PUBLIC_BASEURL: http://localhost:3000
NUXT_PUBLIC_BASE_URL: http://localhost:3000
ports:
- "3000:3000"

0 comments on commit eeacb1e

Please sign in to comment.