Modified woodpecker.yml

This commit is contained in:
rhiz0et 2021-12-20 00:20:18 +01:00
parent e251055dd7
commit 76afc4478f
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,8 @@
--- ---
services:
dind:
image: docker:dind
pipeline: pipeline:
molecule: molecule:
image: docker:stable-dind image: docker:stable-dind

View File

@ -40,7 +40,8 @@
name: woodpecker-agent name: woodpecker-agent
restart_policy: always restart_policy: always
pull: true pull: true
cap_drop: all userns_mode: host
privileged: true
networks: networks:
- name: woodpecker-net - name: woodpecker-net
volumes: volumes: