Skip to content

nicholaswilde/docker-blog

Repository files navigation

Docker blog

Docker Image Version (latest by date) Docker Pulls GitHub ci lint pre-commit

A multi-architecture image of m1k1o's blog.

Dependencies

  • None

Usage

docker cli

docker run -d \
  -p 80:80 \
  -e "TZ=Europe/Vienna" \
  -e "BLOG_TITLE=Blog" \
  -e "BLOG_NAME=Max Musermann" \
  -e "BLOG_NICK=username" \
  -e "BLOG_PASS=password" \
  -e "BLOG_LANG=en" \
  -v $PWD/data:/var/www/html/data \
  nicholaswilde/blog:latest
user uid
www-data 33

docker-compose

See docker-compose.yaml.

Development

See docs.

Troubleshooting

See docs.

Pre-commit hook

If you want to automatically generate README.md files with a pre-commit hook, make sure you install the pre-commit binary, and add a .pre-commit-config.yaml file to your project. Then run:

pre-commit install
pre-commit install-hooks

Currently, this only works on amd64 systems.

License

Apache 2.0 License

Author

This project was started in 2021 by Nicholas Wilde.

Sponsor this project

Packages

 
 
 

Contributors 2

  •  
  •