docker-autocompose icon indicating copy to clipboard operation
docker-autocompose copied to clipboard

Suggestion | command switch to extend any volume variables beyond 'external'

Open michaelkr1 opened this issue 2 years ago • 0 comments

Some of my volumes are mounted via CIFS. Having a command switch to output volumes so it's listed like below allows for better migrations would be superb.

volumes: cifs_mount: driver: local driver_opts: type: cifs
device: //<REMOTE_IP>/<PATH_TO_LIBRARY> o: "username=<USERNAME>,password=<PASSWORD>,vers=3.0,uid=<PUID>,gid=<PGID>"

michaelkr1 avatar Dec 17 '22 04:12 michaelkr1