From 68b4f1468b61be4d211b247eaa496e38444b57df Mon Sep 17 00:00:00 2001 From: f-yle <89083085+f-yle@users.noreply.github.com> Date: Sat, 18 May 2024 08:35:03 +0700 Subject: [PATCH] persist pixiv oauth in docker --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 366db3cb..f4387766 100644 --- a/README.rst +++ b/README.rst @@ -166,7 +166,7 @@ This will remove the container after every use so you will always have a fresh e .. code:: bash - docker run --rm -v $HOME/Downloads/:/gallery-dl/ -v $HOME/.config/gallery-dl/gallery-dl.conf:/etc/gallery-dl.conf -it gallery-dl:latest + docker run --rm -v $HOME/Downloads/:/gallery-dl/ -v $HOME/.config/gallery-dl/gallery-dl.conf:/etc/gallery-dl.conf -v $HOME/.cache/gallery-dl/:/root/.cache/gallery-dl/ -it gallery-dl:latest You can also add an alias to your shell for "gallery-dl" or create a simple bash script and drop it somewhere in your $PATH to act as a shim for this command.