Red5d / docker-autocompose

Generate a docker-compose yaml definition from a running container
1.76k stars 197 forks source link

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

Open michaelkr1 opened 1 year ago

michaelkr1 commented 1 year ago

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: /// o: "username=,password=,vers=3.0,uid=,gid="