container-config.json (spring-boot-2.7.3) | : | container-config.json (spring-boot-2.7.4) | ||
---|---|---|---|---|
skipping to change at line 20 | skipping to change at line 20 | |||
"name1=value1", | "name1=value1", | |||
"name2=value2" | "name2=value2" | |||
], | ], | |||
"Labels": { | "Labels": { | |||
"spring": "boot" | "spring": "boot" | |||
}, | }, | |||
"HostConfig": { | "HostConfig": { | |||
"Binds": [ | "Binds": [ | |||
"bind-source:bind-dest" | "bind-source:bind-dest" | |||
], | ], | |||
"NetworkMode": "test" | "NetworkMode": "test", | |||
"SecurityOpt": [ | ||||
"option=value" | ||||
] | ||||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 4 lines changed or added |