[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:
- Docker " 20.10.13
- Docker Compose :
- Image Name: otherguy/dropbox:latest
- Image ID: sha256:5ca89e6dbcd68c2ed96dae31e6c42c8076cfb663867c5df88dd118fd51758ace
- Labels: {"maintainer":"Alexander Graf alex@otherguy.io","org.label-schema.build-date":"2023-06-27T16:49:24.934Z","org.label-schema.description":"Standalone Dropbox client","org.label-schema.name":"Dropbox","org.label-schema.schema-version":"1.0","org.label-schema.vcs-ref":"a5215bf58571bfc4d8efb1bb46c14bca539da841","org.label-schema.vcs-url":"https://github.com/otherguy/docker-dropbox","org.label-schema.version":"latest","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"}
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.