We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d9493f + f1b78ad commit 95c2ffbCopy full SHA for 95c2ffb
1 file changed
docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
image: alpine/openssl:3.5.2
5
volumes:
6
- rsakeys:/keys
7
- entrypoint: ["/bin/ash"]
+ entrypoint: ["/bin/bash"]
8
command: ["-c", "if [ ! -f /keys/private_key.pem ]; then openssl genpkey -algorithm RSA -out /keys/private_key.pem -pkeyopt rsa_keygen_bits:4096; fi && tail -f /dev/null"]
9
healthcheck:
10
test: ["CMD", "test", "-f", "/keys/private_key.pem"]
0 commit comments