From e6b8ceba4aca1cd9067125bc4f7db7a051715a29 Mon Sep 17 00:00:00 2001 From: galewis2 <62433564+galewis2@users.noreply.github.com> Date: Thu, 24 Mar 2022 08:35:24 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329b310..86c3915 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ docker run \ If the container exits without errors, then your data has been successfully imported and you are now ready to run the tile server. -Note that the import process requires an internet connection. The run process does not require an internet connection. If you want to run the openstreetmap-tile server on a compter that is isolated, you must first import on an internet connected computer, export the openstreetmap-data volume as a tarfile, and then restore the data volume on the target computer system. +Note that the import process requires an internet connection. The run process does not require an internet connection. If you want to run the openstreetmap-tile server on a computer that is isolated, you must first import on an internet connected computer, export the openstreetmap-data volume as a tarfile, and then restore the data volume on the target computer system. Also when running on an isolated system, the default index.html from the container will not work, as it requires access to the web for the leaflet packages.