use ip for now instead of localhost
This commit is contained in:
@@ -44,7 +44,7 @@ services:
|
||||
dockerfile: Dockerfile.dev
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
VITE_API_URL: http://localhost:4000/api
|
||||
VITE_API_URL: http://192.168.1.70:4000/api
|
||||
depends_on:
|
||||
- backend
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user