Skip to content

Commit

Permalink
PATCHS
Browse files Browse the repository at this point in the history
  • Loading branch information
cweider committed Oct 22, 2024
1 parent ea9a150 commit be75c72
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker/courtlistener/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ services:
secrets:
- source: cl-postgres.crt
target: /etc/ssl/private/cl-postgres.crt
mode: "0400"
uid: 0
gid: 0
mode: 0400
- source: cl-postgres.key
target: /etc/ssl/private/cl-postgres.key
mode: "0400"
mode: 0400
uid: 0
gid: 0
command:
- "postgres"
- "-c"
Expand Down

0 comments on commit be75c72

Please sign in to comment.