Skip to content

Commit eaa8429

Browse files
committed
Add NO_CONTRACTS to environment
As outlined in alphagov/govuk-developer-docs@4b624a7 this is a recommended setting when running the app. I also had problems running the app without it.
1 parent 048748a commit eaa8429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/govuk-developer-docs/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ services:
1717
<<: *govuk-developer-docs
1818
environment:
1919
LANG: "C.UTF-8"
20+
NO_CONTRACTS: true
2021

2122
govuk-developer-docs-app:
2223
<<: *govuk-developer-docs

0 commit comments

Comments
 (0)