fix: ssl-init — запуск generate-certs.sh через sh (Permission denied)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ services:
|
||||
volumes:
|
||||
- postgres_ssl:/certs
|
||||
- ./postgres/ssl/generate-certs.sh:/generate-certs.sh:ro
|
||||
entrypoint: ["/bin/sh", "-c", "apk add --no-cache openssl > /dev/null && /generate-certs.sh /certs"]
|
||||
entrypoint: ["/bin/sh", "-c", "apk add --no-cache openssl > /dev/null && sh /generate-certs.sh /certs"]
|
||||
restart: "no"
|
||||
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user