Updating containers to GHCR or add full path V3
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user