Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] "Dropbox isn't running!" when restarting container - QNAP Container Station instance #61

Open
nickdiacre opened this issue Sep 26, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nickdiacre
Copy link

Describe the bug
"Dropbox isn't running!" message is appearing in the console when I restart teh container

Versions:

  • Docker version 20.10.17-qnap1, build 0474f29
  • docker-compose version 1.29.2, build 1ca12643
  • Image Name: otherguy/dropbox:latest
  • Image ID: sha256:19b642c36f22217d6e719c0960b37bdda057b5efe155191f36d7d66197431226
  • Labels:
{
  "com.docker.compose.config-hash": "5342602b60924c608f7ef093dbb5a98215386182c7557a15e141a3ef3cc53e84",
  "com.docker.compose.container-number": "1",
  "com.docker.compose.oneoff": "False",
  "com.docker.compose.project": "dropbox",
  "com.docker.compose.project.config_files": "docker-compose.yml",
  "com.docker.compose.project.working_dir": "/share/ZFS19_DATA/Container/container-station-data/application/dropbox",
  "com.docker.compose.service": "dropbox",
  "com.docker.compose.version": "1.29.2",
  "maintainer": "Alexander Graf <[email protected]>",
  "org.label-schema.build-date": "2021-09-17T00:13:41+02:00",
  "org.label-schema.description": "Standalone Dropbox client",
  "org.label-schema.name": "Dropbox",
  "org.label-schema.schema-version": "1.0",
  "org.label-schema.vcs-ref": "1f0d1c6",
  "org.label-schema.vcs-url": "https://github.com/otherguy/docker-dropbox",
  "org.label-schema.version": "1.10.0"
}

Run Command:

version: '3.3'

services:
    dropbox:
        restart: always
        container_name: dropbox
        network_mode: host
        environment:
            - TZ=Europe/London
            - 'DROPBOX_UID=0'
            - 'DROPBOX_GID=0'
            - POLLING_INTERVAL=20
        volumes:
            - '/share/DB_Store/settings:/opt/dropbox/.dropbox'
            - '/share/DB_Store/Dropbox:/opt/dropbox/Dropbox (Giggle)'
        image: 'otherguy/dropbox:latest'

Screenshots
image

Additional context
My DB just about finished syncing, and now says "Dropbox isn't running!", I have tried restarting the container to no avail, is there something obvious I am missing here? Apologies if it is.

Many thanks

Nick

@nickdiacre nickdiacre added the bug Something isn't working label Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants