mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-08 07:49:36 -05:00
Merge branch 'motti24-patch-1' into master
This commit is contained in:
commit
cbb4c35150
1 changed files with 7 additions and 7 deletions
|
|
@ -109,18 +109,18 @@ resource "docker_service" "foo" {
|
|||
read_only = true
|
||||
|
||||
mounts {
|
||||
target = "/mount/test"
|
||||
source = "${docker_volume.test_volume.name}"
|
||||
type = "volume"
|
||||
read_only = true
|
||||
target = "/mount/test"
|
||||
source = "${docker_volume.test_volume.name}"
|
||||
type = "volume"
|
||||
read_only = true
|
||||
|
||||
bind_options {
|
||||
propagation = "private"
|
||||
bind_options {
|
||||
propagation = "private"
|
||||
}
|
||||
}
|
||||
|
||||
mounts {
|
||||
# another mount
|
||||
# another mount
|
||||
}
|
||||
|
||||
stop_signal = "SIGTERM"
|
||||
|
|
|
|||
Loading…
Reference in a new issue