exoframejs / exoframe

Exoframe is a self-hosted tool that allows simple one-command deployments using Docker
https://exoframejs.github.io/exoframe/
1.13k stars 56 forks source link

Support other types of volumes #319

Closed yamalight closed 11 months ago

yamalight commented 2 years ago

Currently, exoframe-server only allows using volume type volumes [1]. There needs to be a way to specify other types (e.g. users might want to use bind type with docker socket for other docker-bound app like portainer).

[1] https://github.com/exoframejs/exoframe-server/blob/5725c91c4ba759011cd17c6d11a3dc420c632f89/src/docker/start.js#L351

yamalight commented 11 months ago

Done. Can now be specified via third parameter after :, e.g. "/tmp:/tmp:bind". To be documented.