Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker environment flag to turn off Debug #17

Open
ioiste opened this issue Sep 29, 2020 · 0 comments
Open

Docker environment flag to turn off Debug #17

ioiste opened this issue Sep 29, 2020 · 0 comments

Comments

@ioiste
Copy link

ioiste commented Sep 29, 2020

Hello!

I'm running an instance of your app using Docker and it's awesome!
However, do you think you could provide us with an env variable that would prevent (or not) the debug information from being logged in the browser's console? Something like this maybe:

  offlinenotepad:
    image: schollz/offlinenotepad
    container_name: offlinenotepad
    volumes:
      - ./offlinenotepad:/data
    environment:
      DEBUG: 'false'
    restart: always

Thank you and keep up the great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant