otherguy/docker-dropbox

[BUG] Dropbox cannot start with dropbox-lnx.x86_64-191.3.4950?

Opened this issue · 1 comments

Describe the bug
A clear and concise description of what the bug is.

Versions:

Run Command:

docker run --detach -it --restart=always --name=dropbox
--net="host"
-e "TZ=$(readlink /etc/localtime | sed 's#^.*/zoneinfo/##')"
-e "DROPBOX_UID=1000"
-e "DROPBOX_GID=1000"
-e "POLLING_INTERVAL=20"
-v "/xxx/docker:/opt/dropbox"
-v "/xxx/docker/Dropbox:/opt/dropbox/Dropbox"
otherguy/dropbox:latest

Screenshots

Additional context
Seems to have problem starting dropbox with the latest version. Was working fine and stopped running suddenly today. Stop and remove the docker and create again. Get this error after link the device

This computer isn't linked to any Dropbox account...
Please visit https://www.dropbox.com/cli_link_nonce?nonce=xxxxxxx to link this device.
/docker-entrypoint.sh: line 148: 50 Killed gosu dropbox "$@"

Seems to get around the issue by setting the polling interval to a big number.