Replies: 1 comment
-
|
You can build docker image through Nix. See the reverted changes in this PR: #607 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The state of affairs is that Emanote runs reasonably well in Docker, however, it took me a couple hours to put together since this isn't documented in the guide anywhere. Moreover, try as I might, Emanote's logs get swallowed under docker compose, i.e. nothing actually gets piped to STDOUT. Despite this, it does actually work as expected, but without logs it is somewhat concerning. Regardless, for prosperity, here's what worked for me:
Dockerfiledocker-compose.yamlNote
--host 0.0.0.0which is critical, as well as--allow-broken-internal-linksfor avoiding build errors (since here I use Emanote as a live view, i.e. I don't runemanote build.Beta Was this translation helpful? Give feedback.
All reactions