Update scripts/check_certificates.sh

This commit is contained in:
Gyorgy Berenyi
2023-11-07 12:51:23 +00:00
parent 783fb41830
commit 6034b81758

View File

@@ -55,7 +55,8 @@ $CA $CA_FILE \
-w /services/ \ -w /services/ \
-v $SOURCE/system.json:/etc/user/config/system.json:ro \ -v $SOURCE/system.json:/etc/user/config/system.json:ro \
-v $SOURCE/user.json:/etc/user/config/user.json:ro \ -v $SOURCE/user.json:/etc/user/config/user.json:ro \
-v $SERVICE_FILES/tmp/:/services/:rw \ -v $SERVICE_FILES:/services:ro \
-v $SERVICE_FILES/tmp:/services/tmp:rw \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
-v /usr/bin/docker:/usr/bin/docker:ro \ -v /usr/bin/docker:/usr/bin/docker:ro \
--env DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL \ --env DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL \