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:
|
volumes:
|
||||||
- postgres_ssl:/certs
|
- postgres_ssl:/certs
|
||||||
- ./postgres/ssl/generate-certs.sh:/generate-certs.sh:ro
|
- ./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"
|
restart: "no"
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
|
|||||||
Regular → Executable
Reference in New Issue
Block a user