Modified woodpecker.yml
This commit is contained in:
parent
e251055dd7
commit
76afc4478f
@ -1,4 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
services:
|
||||||
|
dind:
|
||||||
|
image: docker:dind
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
molecule:
|
molecule:
|
||||||
image: docker:stable-dind
|
image: docker:stable-dind
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user