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

Prefill server and database not working anymore #5

Closed
DamienMrtl opened this issue Jan 19, 2022 · 1 comment
Closed

Prefill server and database not working anymore #5

DamienMrtl opened this issue Jan 19, 2022 · 1 comment

Comments

@DamienMrtl
Copy link

DamienMrtl commented Jan 19, 2022

The Login form autofill using the ENV is not working:

        container_name: "${PROJECT_NAME}_adminer"
        image: wodby/adminer:$ADMINER_TAG
        environment:
            # For PostgreSQL:
            #      ADMINER_DEFAULT_DB_DRIVER: pgsql
            ADMINER_DEFAULT_DB_HOST: $DB_HOST
            ADMINER_DEFAULT_DB_NAME: $DB_NAME
        labels:
            - "traefik.http.routers.${PROJECT_NAME}_adminer.rule=Host(`adminer.${PROJECT_BASE_URL}`)"```


Can someone confirm they have the same problem ?
@csandanov
Copy link
Member

Should work now, it's caused by adding default php.ini (wodby/php#145), now index.php script uses getenv instead of $ENV

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

2 participants