diff --git a/Dockerfile b/Dockerfile index 5f3cf7f..b280731 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,3 @@ HEALTHCHECK --interval=15s --timeout=3s \ CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1 COPY --from=builder src/public /usr/share/nignx/html/ COPY nginx.conf /etc/nginx/nginx.conf - diff --git a/README.md b/README.md index 11dcd6a..e550540 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,28 @@ -![logo](https://raw.githubusercontent.com/OCram85/Blog/master/assets/img/logo_square.png) +

+ + OCram85.com Logo + +

-> A personal blog about PowerShell, Automation and more. +

+ OCram85.com +

+ +

+ A personal blog about PowerShell, Automation and more. +

+ +

+ + Project License + + + Drone.IO Build + + + Docker Image Tags + +

## Tags @@ -11,6 +33,6 @@ ## Content -This image contains the hugo based sources for my personal blog. It's made with the [Congo theme](https://github.com/jpanther/congo). The static pages are served by the included caddy server with a custom config. The custom config is needed to redirect 404 errors to a custom page. +This image contains the hugo based sources for my personal blog. It's made with the [Congo theme](https://github.com/jpanther/congo). The static pages are served by the included nginx server with a custom config. The custom config is needed to redirect 404 errors to a custom page. -You can simply run the container with `docker run -it --rm -p "8080:8080" ocram85/blog:latest` +You can simply run the container with `docker run -it --rm -p "8080:80" ocram85/blog:latest`