Open yule-sun opened 3 years ago
Hi. This repository is for questions and issues that are specific to phpIPAM. The issue you've mentioned above is simple container and database connectivity. There are many resources available on the internet that explain how to make databases work inside containers.
Is it okay to close this issue?
Describe the bug A clear and concise description of what the bug is.
phpIPAM version Bug fixes are supported in the latest production and development releases. Please update to a supported release before reporting issues. Please search for existing Issues (including closed Issues) before submitting duplicates.
Versions of phpIPAM known to contain the issue (delete as appropriate).
master
development branch.Your Environment (please supply the following information):
Steps To Reproduce Please include steps to reproduce the issue:
Screenshots and error logs Please set
$debugging=true;
in your config.php and include any reported error messages. If applicable, add screenshots or other error logs to help explain your problem.Additional Info Add any other useful info about the problem here. e.g enabled modules or advanced usage such as MySQL clustering/reverse
When i'm use the docker-compose.yml to deploy the application , i got an error like this . ERROR 1045 (28000): Access denied for user 'phpipam'@'localhost' (using password: YES) If i need to change some configure, my yml file like this . version: '3'
services: phpipam-web: image: phpipam/phpipam-www:latest ports:
phpipam-mariadb
phpipam-cron: image: phpipam/phpipam-cron:latest environment:
phpipam-mariadb
phpipam-mariadb: image: mariadb:latest environment:
volumes: phpipam-db-data: phpipam-logo:
proxies.