Skip to content

Commit 59fde60

Browse files
authored
fix(yacht): add missing docker socket proxy permissions (#426)
1 parent 3f8039a commit 59fde60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roles/yacht/defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
yacht_docker_socket_proxy_envs:
1515
CONTAINERS: "1"
1616
POST: "0"
17+
IMAGES: "1"
18+
VOLUMES: "1"
19+
NETWORKS: "1"
1720

1821
################################
1922
# Basics

0 commit comments

Comments
 (0)