You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.7 KiB
2.7 KiB
StackEdit Docker server
Run a StackEdit v5.13.2 (October 2018) server with Caddy server in a lightweight Docker container
Download size | Image size | RAM usage | CPU usage |
---|---|---|---|
???MB | 51.2MB | 2-3MB | Very low |
Features
- Stackedit features
- Lightweight image based on:
- Stackedit 5.13.2 (38MB)
- Alpine 3.8 (4.41MB)
- Caddy HTTP server (9MB)
- Robust Caddy server (you can easily add HTTPS if needed)
Setup
Using plain Docker with:
docker run -d --name=stackedit --restart=always -p 8000:80/tcp qmcgaw/stackedit
Or use Docker Compose:
version: '3'
services:
stackedit:
image: qmcgaw/stackedit
container_name: stackedit
ports:
- 8000:80/tcp
network_mode: bridge
restart: always
with the command
docker-compose up -d
Testing
Go to http://localhost:8000
Acknowledgements
Credits to the developers of StackEdit