Fix GitHub Actions workflow by removing privileged flag
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -9,18 +9,15 @@ jobs:
|
|||||||
services:
|
services:
|
||||||
dokku:
|
dokku:
|
||||||
image: dokku/dokku:latest
|
image: dokku/dokku:latest
|
||||||
privileged: true
|
|
||||||
ports:
|
ports:
|
||||||
- "2222:22"
|
- "2222:22"
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
- "8443:443"
|
- "8443:443"
|
||||||
env:
|
env:
|
||||||
DOKKU_HOST: localhost
|
DOKKU_HOST: localhost
|
||||||
DOKKU_HOST_ROOT: /mnt/dokku
|
|
||||||
DOKKU_SKIP_APP_WEB_CONFIG: 1
|
DOKKU_SKIP_APP_WEB_CONFIG: 1
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /lib/modules:/lib/modules:ro
|
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd "nc -z localhost 22"
|
--health-cmd "nc -z localhost 22"
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user