Replies: 1 comment 6 replies
-
pandoc-server (when it exists) is merely a symlink to pandoc. When pandoc runs it checks the name under which it is run, and if it's pandoc-server, it runs in server mode. However, you need not worry about that. Just do
|
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi, I want to deploy pandoc-server in docker
I was able to do this locally using the documentation pandoc and pandoc-server
But now I would like to do this in Docker so that I can access my service via the API
My docker-compose.yml
I don't understand why there is no pandoc-server in the pandoc/core image
When I run docker-compose up I get an error
Please tell me if anyone knows how to run pandoc-server in docker
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions