mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-27 17:09:22 -05:00
Merge branch 'patch-1' of git://github.com/motti24/terraform-provider-docker into motti24-patch-1
This commit is contained in:
commit
7248501ade
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