volumes:
vol:
services:
test:
image: alpine
volumes:
-
If the volumes object is there then using code completion will only suggest vol. If volumes is deleted then a volume's attribute will show up. The volume attributes should be showing even if we find named references available as suggestions.
If the
volumesobject is there then using code completion will only suggestvol. Ifvolumesis deleted then a volume's attribute will show up. The volume attributes should be showing even if we find named references available as suggestions.