Update README.md
Browse filesCorrect Port Numbers
README.md
CHANGED
@@ -49,13 +49,13 @@ This project showcases a simple geospatial data converter using [Streamlit](http
|
|
49 |
|
50 |
## With Docker (pull from Docker Hub)
|
51 |
1. Run in terminal:
|
52 |
-
`docker run -p
|
53 |
2. Open http://localhost:8501 in your browser
|
54 |
|
55 |
## Docker Compose (build locally)
|
56 |
1. Clone the repo. Navigate to cloned repo directory
|
57 |
2. Run in terminal: `docker compose up`
|
58 |
-
3. Open http://localhost:
|
59 |
|
60 |
## Kubernetes
|
61 |
1. Clone the repo. Navigate to cloned repo directory
|
|
|
49 |
|
50 |
## With Docker (pull from Docker Hub)
|
51 |
1. Run in terminal:
|
52 |
+
`docker run -p 7860:7860 <your-dockerhub-username>/geospatial-data-converter:latest`
|
53 |
2. Open http://localhost:8501 in your browser
|
54 |
|
55 |
## Docker Compose (build locally)
|
56 |
1. Clone the repo. Navigate to cloned repo directory
|
57 |
2. Run in terminal: `docker compose up`
|
58 |
+
3. Open http://localhost:7860 in your browser
|
59 |
|
60 |
## Kubernetes
|
61 |
1. Clone the repo. Navigate to cloned repo directory
|