change mountpoint
Unit Tests with docker compose / unit-test (pull_request) Failing after 1m30s Details

This commit is contained in:
Alie 2024-01-06 17:47:27 +01:00
parent adb56f8f4c
commit b2fe445d28
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
container:
image: docker:dind
volumes:
- /var/lib/docker:/mnt:rw
- /var/lib/docker:/var/lib/docker:rw
- /root:/root:rw
steps:
- name: Starting docker daemon