invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
399 stars 263 forks source link

Despite Setting Debug Mode to false, InvoiceNinja Remains in Developer Mode... #461

Closed Freddie-GER closed 1 year ago

Freddie-GER commented 1 year ago

How do I turn this off???

turbo124 commented 1 year ago

in the env file in the dockerfiles repo

set

APP_DEBUG=false

Freddie-GER commented 1 year ago

Hi David, as described in the request - that was my first thought as welI, so i changed it to false, but Invoiceninja stayed in Dev mode :-(. Also stayed in dev mode after container restart and after a complete machine restart.

Thank you for your help, Frederike

Am 21.09.2022 um 00:15 schrieb David Bomba @.***>:

in the env file in the dockerfiles repo

set

APP_DEBUG=false

— Reply to this email directly, view it on GitHub https://github.com/invoiceninja/dockerfiles/issues/461#issuecomment-1252972409, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2LZUJ3MB7YCAUAFIS5JSVLV7IZPFANCNFSM6AAAAAAQRL37TQ. You are receiving this because you authored the thread.

turbo124 commented 1 year ago

@Freddie-GER

I am able to toggle debug mode by change the APP_DEBUG var in the env file. and the down/uping the container.

Just to confirm, the env file i am referencing is the on in the dockerfiles repo here:

https://github.com/invoiceninja/dockerfiles/blob/master/env

Freddie-GER commented 1 year ago

Yes, that‘s the one. Curious. Well I had kill the whole install anyways cos the embedded mariadb in the build for some reason superceded my existing one that serves my nextcloud, so I‘ll try a clean new install with that Debug Variable set to false from the getgo.

… And try to figure out how to only have one mariadb instance serving both nextcloud and invoiceninja ;)

Thanks again!

Von meinem iPad gesendet

Am 21.09.2022 um 09:03 schrieb David Bomba @.***>:

 @Freddie-GER

I am able to toggle debug mode by change the APP_DEBUG var in the env file. and the down/uping the container.

Just to confirm, the env file i am referencing is the on in the dockerfiles repo here:

https://github.com/invoiceninja/dockerfiles/blob/master/env

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.