Updating containers to GHCR or add full path V3

This commit is contained in:
2025-07-05 19:01:26 +05:30
parent 6a088d7bba
commit 97318f9d76
13 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
services:
docker-in-docker:
image: docker:dind
image: docker.io/library/docker:dind
container_name: docker_dind
privileged: true
command: ['dockerd', '-H', 'tcp://0.0.0.0:2375', '--tls=false']