You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this inside a docker and couldn't access the webui because the flask setup refers to 127.0.0.1 which I think is only possible for running on the same PC
Changed to 0.0.0.0 works for me, maybe expose the config ? Could be good to expose the port as well
The text was updated successfully, but these errors were encountered:
How do I map the download path on my host?
I have a config.txt file with PUTIO_SYNC_TOKEN=MYTOKEN PUTIO_SYNC_ARGS=-f /Movies/* /volumes/putio_download=C:
And I pass this into my docker run docker run --env-file=config.txt putio-sync
But the files don't seem to to be saved anywhere (even though the put.io shows that the have been downloaded).
You mount a volume and use that one as value for the environment variable. i.e. /volume1/docker/putio-sync/conf:/volume/conf and then set the env PUTIO_SYNC_SETTINGS_DIR to /volume/conf
Running this inside a docker and couldn't access the webui because the flask setup refers to 127.0.0.1 which I think is only possible for running on the same PC
Changed to 0.0.0.0 works for me, maybe expose the config ? Could be good to expose the port as well
The text was updated successfully, but these errors were encountered: