mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Fix devcontainer build failure due to env var being interpreted as non-string (#2844)
This commit is contained in:
parent
5538df6b44
commit
89b4e7f2a2
@ -27,7 +27,7 @@ services:
|
||||
PGHOST: db
|
||||
# set this to true in the development environment until I can get SSL setup on the
|
||||
# docker postgres instance
|
||||
PGTESTNOSSL: true
|
||||
PGTESTNOSSL: 'true'
|
||||
|
||||
# Overrides default command so things don't shut down after the process ends.
|
||||
command: sleep infinity
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user