Skip to content

Commit

Permalink
Escape $ Sign
Browse files Browse the repository at this point in the history
AvocadoMoon committed Feb 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e894115 commit c8b69b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/swarm/docker-compose-small.yml
Original file line number Diff line number Diff line change
@@ -397,7 +397,7 @@ services:
- "127.0.0.1:${VCELL_S3PROXY_PORT_EXTERNAL}:80"
volumes:
- "${VCELL_N5_DATADIR_HOST}:/data:ro"
entrypoint: ["sh", "-c", 'export S3PROXY_KEYSTORE_PASSWORD=$(cat /run/secrets/keystorepswd); /opt/s3proxy/run-docker-container.sh']
entrypoint: ['sh', '-c', 'export S3PROXY_KEYSTORE_PASSWORD=$$(cat /run/secrets/keystorepswd); /opt/s3proxy/run-docker-container.sh']
secrets:
- keystorefile
- keystorepswd

0 comments on commit c8b69b3

Please sign in to comment.