[GH-ISSUE #2035] How to configure dockerized cloudbeaver #607

Closed
opened 2026-03-07 20:51:59 +03:00 by kerem · 0 comments
Owner

Originally created by @AOne-T on GitHub (Oct 3, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2035

Please, describe your question in details.
I'm running Cloudbeaver using docker-compose

  cloudbeaver:
    image: dbeaver/cloudbeaver:23.2.1
    container_name: cloudbeaver
    restart: always
    ports:
      - 8978:8978
    networks:
      - mynet
    volumes:
      - dbeaver-data:/opt/cloudbeaver/workspace

In docs (https://github.com/dbeaver/cloudbeaver/wiki/Server-configuration) I found that I can change parameter sqlTextPreviewMaxLength in cloudbeaver.conf. Should I make a copy of it from a container, attach it as a volume? Or is there another way?

Originally created by @AOne-T on GitHub (Oct 3, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2035 Please, describe your question in details. I'm running Cloudbeaver using docker-compose ``` cloudbeaver: image: dbeaver/cloudbeaver:23.2.1 container_name: cloudbeaver restart: always ports: - 8978:8978 networks: - mynet volumes: - dbeaver-data:/opt/cloudbeaver/workspace ``` In docs (https://github.com/dbeaver/cloudbeaver/wiki/Server-configuration) I found that I can change parameter `sqlTextPreviewMaxLength` in cloudbeaver.conf. Should I make a copy of it from a container, attach it as a volume? Or is there another way?
kerem 2026-03-07 20:51:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#607
No description provided.