removed docker binary mounts

This commit is contained in:
2024-09-09 16:47:05 +02:00
parent d9eaf7bfac
commit 061e0b8099
5 changed files with 2 additions and 13 deletions

View File

@@ -76,7 +76,6 @@ service_exec="docker run --rm \
-v /etc/user/config/services/:/services/:ro \
-v /etc/user/config/services/tmp/:/services/tmp/:rw \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /usr/bin/docker:/usr/bin/docker:ro \
--env DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL \
$DOCKER_REGISTRY_URL$SETUP"