Skip to content

Commit

Permalink
fix(do): change permissions from 755 to 777 on docker volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Nov 20, 2024
1 parent cf29c0e commit 96fa025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/digitalocean/petri_docker.pkr.hcl.example
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build {
inline = [
"curl -fsSL https://get.docker.com | sh",
"mkdir /docker_volumes",
"chmod 755 /docker_volumes",
"chmod 777 /docker_volumes",
"chown root:docker /docker_volumes",
]
}
Expand Down

0 comments on commit 96fa025

Please sign in to comment.