KinGsNowGH

Results 2 comments of KinGsNowGH

Same problem: docker-compose: ```yml crontab01: image: willfarrell/crontab:1.0.0 container_name: crontab01 # environment: volumes: - /var/run/docker.sock:/var/run/docker.sock:ro # - ./env:/opt/env:ro # - ./docker-compose-crontab/opt/crontab:/opt/crontab:rw - ./docker-compose-crontab/opt/crontab/config.yml:/opt/crontab/config.yml:rw # - ./crontab01-docker/var/log/crontab:/var/log/crontab:rw restart: always # healthcheck: network_mode:...

same problem ``` Started GET "/my/page" for 127.0.0.1 at 2021-02-11 17:39:40 -0300 Processing by MyController#page as HTML Current user: raphael.franca (id=6) Rendered plugins/redmine_my_page_queries/app/views/my/page.html.erb within layouts/base (8.1ms) Completed 500 Internal Server...