We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5538df6 commit 89b4e7fCopy full SHA for 89b4e7f
.devcontainer/docker-compose.yml
@@ -27,7 +27,7 @@ services:
27
PGHOST: db
28
# set this to true in the development environment until I can get SSL setup on the
29
# docker postgres instance
30
- PGTESTNOSSL: true
+ PGTESTNOSSL: 'true'
31
32
# Overrides default command so things don't shut down after the process ends.
33
command: sleep infinity
0 commit comments