sim0n00ps / OF-DL

C# console app to download all of the media from Onlyfans accounts with DRM video downloading support
569 stars 54 forks source link

Docker documentation fix required #333

Closed gyrex closed 2 months ago

gyrex commented 2 months ago

The Docker documentation lists the following command to run:

docker run -it -v /{path to data directory}/:/data /{path to config directory}/:/config of-dl

But it should read:

docker run -it -v /{path to data directory}/:/data -v /{path to config directory}/:/config of-dl (note the extra '-v')

sim0n00ps commented 2 months ago

Thanks, change made