Skip to content

Commit

Permalink
refactor: changing mode in volume is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Mar 6, 2024
1 parent 02eee56 commit a025d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/compute_plane/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "docker_volume" "socket_vol" {
name = "socket_vol${var.replica_counter}"
driver_opts = {
o : "uid=3333,gid=3333,mode=0777"
o : "mode=0777"
device : "tmpfs"
type : "tmpfs"
}
Expand Down

0 comments on commit a025d1b

Please sign in to comment.