filebot / filebot-docker

Docker build files for FileBot
https://hub.docker.com/r/rednoah/filebot/
Apache License 2.0
55 stars 18 forks source link

Add example docker-compose configs #6

Closed hollanbm closed 3 years ago

hollanbm commented 3 years ago

I imagine the formatting will require additional tweaks, for now, this is a good starting point.

I chose not to modify the existing docker run statements. Though it wouldn't hurt to modify those to match the new docker-compose config

Also, I am strongly in favor of renaming the /data mount to /config. This will better match the linuxserver.io container structure, and be more clear and familiar to most users versus /data --I chose not to make this change to keep this PR isolated. We can discuss further if you are interested.

rednoah commented 3 years ago

Changing /data to /config inside the docker container would (possibly, silently) break things for everyone who copied the command-line call from the instructions before that change. So best to leave it as it is for now.