docker
docker copied to clipboard
Docker Image for Akaunting
in the 3/3 strep Admin, I have an internal error 500, ii tried to change the display_errors to On, but nothing happens, I really don't have any idea, what the...
The docker image seems to be a stateful container. Currently there is no way to dynamically set the php `.env` file through the docker env variables. Typically these variables can...
Good day, Hope all is well. Here's a couple of config files I've got to get a base line. Docker-compose: ``` version: '2' services: akaunting: image: docker.io/akaunting/akaunting:2.1.33 #image: 13c16f1c3ff2 build:...
I am encoutering a 500 error when i try to login. The error doesnt appear when running akaunting with the AKAUNTING_SETUP=true flag
Hi Currently have configured in docker, when we create the first Reconciliations then save to draft. and then want to edit im getting the 500 internal error  ``` Uncaught...
I'm currently evaluating Akaunting for personal use as well as for a couple of customers. I'd need the German language pack in the Docker version though - is it possible...
Variable `DB_DATABASE` is not present on env example for the akaunting app, thus the app will fall back to `forge` name when querying for the database, and if it not...
Hello there, why do you use, the "-dev" packages in the container it's OK to use it when you are developping the app, so on a dev branch for exemple,...
Hello! I'am trying to connect to Digital Ocean Managed MySQL Database, that has only option to connect with `ssl-mode=REQUIRED` flag. Is there any workaround to pass required flag or environment...
After having the same issue as #111 , I tried using only docker volumes and it worked. I would like to be able to use volumes like this: ``` version:...