Joshua Sundance Bailey commited on
Commit
b02efd4
2 Parent(s): 3eefafc 763a243

Merge pull request #6 from lucasmcoleman/main

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 8501:8501 <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:8501 in your browser
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