Replies: 1 comment 2 replies
-
There must be something missing from the documentation because that file is generated when you run |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm on windows:
Ok, so I went and tried to create the docker image
docker build -t epic-stack . -f other/Dockerfile --build-arg COMMIT_SHA=
git rev-parse --short HEAD``then created
mkdir ~/litefs
But when I tried to run it
docker run -d -p 8081:8081 -e SESSION_SECRET='somesecret' -e HONEYPOT_SECRET='somesecret' -e FLY='false' -v ~/litefs:/litefs epic-stack
I've encountered the following error, are we sure that those steps are up to date?Beta Was this translation helpful? Give feedback.
All reactions