Sign inSign up

laugmanuel/bludit

By laugmanuel

Updated over 3 years ago
Archived

Docker image to run Bludit without the need to configure anything

Image
0

3.3K

laugmanuel/bludit repository overview

laugmanuel/bludit-docker

badge1 badge2 badge3

What is this repository?

This repository serves as a base for the laugmanuel/bludit Docker image: https://github.com/laugmanuel/bludit-docker

The image uses a sane nginx config from h5bp and some modified settings based on Bludit Nginx config.

Information

  • FROM: alpine:stable
  • Nginx
  • PHP7 + FPM

The image uses the nginx user with id 555.

Example

docker run -p 8080:8080 \
  -v $(pwd)/bl-plugins:/usr/share/nginx/html/bl-plugins \
  -v $(pwd)/bl-themes:/usr/share/nginx/html/bl-themes \
  -v $(pwd)/bl-content:/usr/share/nginx/html/bl-content \
  -it laugmanuel/bludit:latest

Tag summary

Content type

Image

Digest

sha256:3c57c1980

Size

20.9 MB

Last updated

over 3 years ago

docker pull laugmanuel/bludit