From 398901572b588b0735a251c60b9471abe5063607 Mon Sep 17 00:00:00 2001 From: Deploy Bot Date: Thu, 17 Jul 2025 20:25:47 -0400 Subject: [PATCH] Fix GitHub Actions workflow by removing privileged flag --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f0c2b5..d4d614d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,18 +9,15 @@ jobs: services: dokku: image: dokku/dokku:latest - privileged: true ports: - "2222:22" - "8080:80" - "8443:443" env: DOKKU_HOST: localhost - DOKKU_HOST_ROOT: /mnt/dokku DOKKU_SKIP_APP_WEB_CONFIG: 1 volumes: - /var/run/docker.sock:/var/run/docker.sock - - /lib/modules:/lib/modules:ro options: >- --health-cmd "nc -z localhost 22" --health-interval 10s