Merge pull request #24871 from thaJeztah/fix-wrong-case-mount-type
Change mount-types to lowercase Upstream-commit: 0a8a6f2dd7850cc467244ba254d5e20555df99dc Component: engine
This commit is contained in:
@ -3935,7 +3935,7 @@ Create a service
|
||||
"ReadOnly": true,
|
||||
"Source": "web-data",
|
||||
"Target": "/usr/share/nginx/html",
|
||||
"Type": "VOLUME",
|
||||
"Type": "volume",
|
||||
"VolumeOptions": {
|
||||
"DriverConfig": {
|
||||
},
|
||||
|
||||
@ -3936,7 +3936,7 @@ Create a service
|
||||
"ReadOnly": true,
|
||||
"Source": "web-data",
|
||||
"Target": "/usr/share/nginx/html",
|
||||
"Type": "VOLUME",
|
||||
"Type": "volume",
|
||||
"VolumeOptions": {
|
||||
"DriverConfig": {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user