Skip to content

Commit

Permalink
Update dev to use http
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarow committed Aug 1, 2023
1 parent e396916 commit 05ca6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
usaon-vta-survey:
image: "nsidc/usaon-vta-survey:dev"
# Flask development server with live debugger and hot reloading:
command: "flask run --cert=adhoc -h 0.0.0.0"
command: "flask run --host 0.0.0.0"
build: "."
ports:
- "5000:5000"
Expand Down

0 comments on commit 05ca6a0

Please sign in to comment.