Standalone apache / php5.6 container, running fully installed and configured vimbadmin (https://www.vimbadmin.net/)
Based on https://github.com/indiehosters/docker-vimbadmin
- The application needs a mysql-container to be linked - see docker-compose.example.yml
- You have to create the database and user inside the mysql-container manually:
CREATE DATABASE `vimbadmin`;
GRANT ALL ON `vimbadmin`.* TO `vimbadmin`@`%` IDENTIFIED BY 'XXX';
FLUSH PRIVILEGES;
- If you start from the examples file, make sure to change all passwords and salts
- Database tables and the superadmin user will be created (if they do not exist) during startup of the container as soon as there is a valid database connection
- See docker-compose.example.yml for more information about mandatory environment variables and how to use
- configure memcached