Move Setup

This commit is contained in:
Snoweuph 2025-01-29 19:33:14 +01:00
parent 5ecf0ddb88
commit 1ad020c51f
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55

View file

@ -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: