Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 686 Bytes

Textpod-Docker

Read more of Textpod here

This is a wrapper of textpod for running in Docker. It installs monolith and textpod with cargo. It also installs nginx as a reverse proxy.

Installation / Update

Run with Docker

git clone https://github.com/khannover/textpod-docker
docker build -t textpod-docker .
docker run --rm --name textpod -d -v $(pwd)/notes.md:/app/notes.md -v $(pwd)/attachments:/app/attachments -p 8099:80 textpod-docker

Or (better): Run with docker compose

git clone https://github.com/khannover/textpod-docker
docker compose up -d --build

Now you can open your browser on http://localhost:8099