Skip to content

Commit

Permalink
Hotfix: Updated Environment Variable name in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Nov 7, 2022
1 parent 7f91a43 commit 1ef6ab3
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,7 +10,7 @@ services:
context: .
environment:
- NUXT_SECRET=${NUXT_SECRET}
- NUXT_URL=${NUXT_URL}
- ORIGIN=${ORIGIN}
- GITHUB_CLIENT_ID=${GITHUB_CLIENT_ID}
- GITHUB_CLIENT_SECRET=${GITHUB_CLIENT_SECRET}

Expand Down

0 comments on commit 1ef6ab3

Please sign in to comment.