Example compose file:
version: '3.4'
services:
test:
restart: always
...
- Howering over
restart doesn't yield any results
- If you remove
always and try to invoke completions there, no results are shown, even though restart in docker compose has a finite set of well-known values: no, always, on-failure, unless-stopped
Example compose file:
restartdoesn't yield any resultsalwaysand try to invoke completions there, no results are shown, even thoughrestartin docker compose has a finite set of well-known values:no,always,on-failure,unless-stopped