ronin-rb / ronin-app

A local web interface for Ronin.
https://ronin-rb.dev
GNU Affero General Public License v3.0
26 stars 8 forks source link

Change the Docker config/image to use it's own DB? #40

Closed postmodern closed 11 months ago

postmodern commented 1 year ago

Change the Docker config/image to mount ~/.local/share/ronin-db/ as a volume. This can be done using the VOLUME keyword. This should allow users to pull down the ronin-app docker image and quickly run it with docker, and not have to use docker-compose or pass in complex options to docker run.