Skip to content

Server Connection Details are not saved #13

@gowthamraj07

Description

@gowthamraj07

I am using the following code in docker-compose (along with other images) to start pgAdmin in RPi 4. I noticed after every restart, the server connection details are not listed. Am I missing any configuration?

I tried using the volume like /home/pi/pgAdmin:/pgadmin. Still the same issue.

version: '3.3'

services:
    pgadmin:
        image: biarms/pgadmin4
        container_name: pgadmin
        privileged: true
        environment:
            - PGADMIN_DEFAULT_EMAIL=admin
            - PGADMIN_DEFAULT_PASSWORD=admin
            - PGADMIN_LISTEN_PORT=5050
            - PGADMIN_CONFIG_SERVER_MODE=True
        ports:
            - "8050:5050"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions