kuralabs / docker-akaunting

This repository holds the source of the all-in-one Akaunting Docker image available at:
https://hub.docker.com/r/kuralabs/docker-akaunting/
9 stars 14 forks source link

download of xls & fix restart problem of container #2

Open marcodings opened 6 years ago

marcodings commented 6 years ago

To import data into invoices issues etc a certain format needs to befollowed, akkaunting provides examples in the form of .xlsx and .csv file under the public directory. Unfortunately they are blocked


after a restart of the container i would face lockout of the container akaunting_1 | Waiting for php-fpm akaunting_1 | == MYSQL_DEFAULT_PASSWORD akaunting_1 | ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

set -e seemed to be active in my setup, causing the script to terminate early termination was not desired as after a restart failing access to mysql the entrypointscript was supposed to continue based on the error status.