We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca0f9e8 + 0ab760a commit c0cbb65Copy full SHA for c0cbb65
cli/compose/convert/service.go
@@ -129,6 +129,7 @@ func convertService(
129
TTY: service.Tty,
130
OpenStdin: service.StdinOpen,
131
Secrets: secrets,
132
+ ReadOnly: service.ReadOnly,
133
},
134
LogDriver: logDriver,
135
Resources: resources,
cli/compose/types/types.go
@@ -18,7 +18,6 @@ var UnsupportedProperties = []string{
18
"mac_address",
19
"network_mode",
20
"privileged",
21
- "read_only",
22
"restart",
23
"security_opt",
24
"shm_size",
0 commit comments