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

Server Connection Details are not saved #13

Open
gowthamraj07 opened this issue Jul 13, 2022 · 0 comments
Open

Server Connection Details are not saved #13

gowthamraj07 opened this issue Jul 13, 2022 · 0 comments

Comments

@gowthamraj07
Copy link

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant