Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JHM69 authored May 15, 2024
1 parent 20c8aef commit 942be52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ services:
ports:
- "3000:3000"
environment:
API: 'http://3.208.28.247:5000'
GOOGLE_API_KEY: 'AIzaSyCePkfLfau3i98g4UC4AnOvt5Qnc-5DCHI'
API: 'http://localhost:5000'
GOOGLE_API_KEY: 'your google api key'

0 comments on commit 942be52

Please sign in to comment.