Move Setup
This commit is contained in:
parent
5ecf0ddb88
commit
1ad020c51f
1 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@ jobs:
|
|||
runs-on: "docker"
|
||||
container:
|
||||
image: docker:27.5.1-alpine3.21
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
services:
|
||||
docker:
|
||||
image: docker:27.5.1-dind-alpine3.21
|
||||
options: --privileged --shm-size=2g
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
options: --privileged
|
||||
ports:
|
||||
- 2375:2375
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue