Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 368 Bytes

custom-setup-instructions.md

File metadata and controls

10 lines (7 loc) · 368 Bytes

Custom Setup Instructions

Accessing Farfalle from a Different Computer

If you are accessing Farfalle from a different computer in the network, replace localhost with the private IP address of the server Farfalle is running on in the docker-compose. For example:

NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL:-http://your-private-ip-address:8000}

...