I need Install first. I use mariaDB.
1. With Setup Account: true docker shutdown.
2. Later i was changed Setup Account: true and used in docker terminal (with my data)
php artisan install --db-host="localhost" --db-port="3306" --db-name="akaunting" --db-username="root" --db-password="" --db-prefix="ak3" --company-name="My Company" --company-email="myemailcompany@gmail" --admin-email="
[email protected]" --admin-password="mypass" --locale="es-ES"
Base table are created but I can't logg inn. service apache2 restart doesn't work, docker is closeing. I have log like in this post
3. I tried adding the new variables for DB_PORT and DB_NAME. It's same.
4. I tried install by portainer with integrate mariaDB:
version: '2.1'
services:
akaunting:
image: kuralabs/docker-akaunting:latest
restart: always
ports:
- 5003:8080
environment:
MYSQL_ROOT_PASSWORD: changeme #Change this password to something at least as long and complicated
volumes:
- /mnt/user/appdata/akaunting/mysql:/var/lib/mysql
- /mnt/user/appdata/akaunting/logs:/var/log
- /mnt/user/appdata/akaunting/config:/var/www/akaunting/config
but I have other error (screenshot). I don't know what can I do.