I noticed during docker setup, it will generate an image local_discourse/app
, just wonder is that safe to be hosted publicly? Or will that contain secret information? Are all the secrets stored on disk and not in the image?
1 Like
No, it is not as it contains the env variables with a bunch of secrets.
4 Likes