docker icon indicating copy to clipboard operation
docker copied to clipboard

docker image of Monica

Results 21 docker issues
Sort by recently updated
recently updated
newest added

Hello, Fresh docker install. Same issue with mysql or mariadb. When I add the info in /register, I get an error about permissions issue. Once I fix this by giving...

This close #42 You can test it either by 1. Using `--user` flag This will require to mount a volume to `/var/www/html/storage`, so the specified user can write in it...

(Note: you don't need to follow this template, nor to keep headlines or bold sentences - they are just there to guide you. Feel free to delete everything. We review...

docker

Hi, if running this compose from portainer is there an alternate instruction set? I've tried both with and without the final step "docker-compose exec app php artisan setup:production" but haven't...

when using 'latest' image I seem not to be able to use POST requests through API. I tested GET and PUT and it all works as expected. However, whenever I...

In installations where the databases is enforcing secure connections (example: MySQL running with [`error_er_secure_transport_required`](https://dev.mysql.com/doc/mysql-errors/5.7/en/server-error-reference.html#error_er_secure_transport_required) enabled), the `entrypoint.sh` scripts will fail as it doesn't allow the use of secure connections. We...

I'm kinda new with docker but it seems that current examples instruct to download the .env file and define some proper settings in it, but the actual `docker-compose.yml` file doesn't...

These docker images assume the builtin UID/GID for www-data. But this breaks in situations where the uid/gid needs to be controlled and passed in via `--user` (for example when mounting...

Since #19 all the examples use `php.ini-production`. I think it would make sense to move this step inside the monica container: - it removes boilerplates - it makes default install...

I have Monica running in a docker container with a Traefik container performing the SSL termination. Assume my domain is potato.com in the description below. 1. I have configured Monica's...