Skip to content

Commit

Permalink
Update ports and change name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 12, 2024
1 parent 1516265 commit 81396f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TNA Python Flask Application
# DS Feedback Service

## Quickstart

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- CSP_STYLE_SRC_ELEM='self',fonts.googleapis.com,p.typekit.net,use.typekit.net
- CSP_FONT_SRC='self',fonts.gstatic.com,use.typekit.net
ports:
- 82:8080
- 65527:8080
depends_on:
- db
volumes:
Expand All @@ -42,4 +42,4 @@ services:
volumes:
- .:/docs
ports:
- 1082:8000
- 65526:8000
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
site_name: Django Application Docs
repo_url: https://github.com/nationalarchives/django-application-template
dev_addr: 0.0.0.0:1082
site_name: DS Feedback Docs
repo_url: https://github.com/nationalarchives/ds-feedback
dev_addr: 0.0.0.0:65526

0 comments on commit 81396f2

Please sign in to comment.