Connect To A Docker Container Hosted Web App From LAN: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 July 2024

  • curprev 15:0515:05, 21 July 2024Video8 talk contribs 803 bytes +803 Created page with "== Scenario == Developing a web app locally, and hosting that app in a Docker container. This app can be accessed on the local machine with http://localhost The goal is to access the local web app on another device on the same LAN as the development server, e.g. a phone or tablet. == Troubleshooting == === ERR_CONNECTION_REFUSED === Loading the site using http://192.168.1.100 (or whatever the IP of the development server might be on the LAN) results in `ERR_CONNEC..."