We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Not loading the settings tab at all
To Reproduce Steps to reproduce the behavior:
Here is the docker-compose.yml
version: '3.8' services: pvdb: image: mariadb:10.5 command: '--default-authentication-plugin=mysql_native_password --innodb-flush-method=fsync' volumes: - db_data:/var/lib/mysql - /home/user/perfumersvault/html/db:/html/db environment: MYSQL_ROOT_PASSWORD: pvault MYSQL_DATABASE: pvault MYSQL_USER: pvault MYSQL_PASSWORD: pvault expose: - 3306 restart: always pvault: image: globaldyne/perfumersvault:v11.3 ports: - "8000:8000" environment: PLATFORM: CLOUD DB_HOST: pvdb DB_USER: pvault DB_PASS: pvault DB_NAME: pvault # volumes: # - /home/user/perfumersvault/html:/html # Mount the entire HTML folder restart: always volumes: db_data:
Screenshots
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 30 days with no activity.
Sorry, something went wrong.
This issue was closed because it has been inactive for 14 days since being marked as stale.
No branches or pull requests
Describe the bug
Not loading the settings tab at all
To Reproduce
Steps to reproduce the behavior:
Here is the docker-compose.yml
Screenshots

The text was updated successfully, but these errors were encountered: