Skip to content

Error: sqlite error: unable to open database file: /data/state.db #195

Description

@ilium007

Unable to start via docker compose when using a docker named volume. Assume its related to UID 10001 not being set but this is a docker named volume, not a bind mount.

wastebin:
    container_name: wastebin
    image: quxfoo/wastebin:latest
    volumes:
      - wastebin_data:/data
    environment:
      - WASTEBIN_DATABASE_PATH=/data/state.db
      - WASTEBIN_BASE_URL=https://wastebin.xxx.dev
      - WASTEBIN_PASSWORD_SALT=xxx
      - WASTEBIN_SIGNING_KEY=xxx
    networks:
       - docker
    ports:
      - 8088:8088
    restart: unless-stopped

volumes:
  wastebin_data:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions