Move Setup

This commit is contained in:
Snoweuph 2025-01-29 19:23:36 +01:00
parent 2ff60b1f6f
commit 784cd41f52
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55

View file

@ -15,9 +15,11 @@ jobs:
services:
docker:
image: docker:27.5.1-dind-alpine3.21
options: --privileged
options: --privileged --host=tcp://0.0.0.0:2375
env:
DOCKER_TLS_CERTDIR: ""
env:
DOCKER_HOST: tcp://localhost:2375
DOCKER_HOST: tcp://docker:2375
steps:
- name: Check
run: docker ps