fix posts

This commit is contained in:
2022-02-20 18:56:53 +01:00
parent bd1a9551ad
commit 704cce4d12
10 changed files with 3 additions and 3 deletions

View File

@ -456,4 +456,4 @@ If you go to the stacks menu, you will note that both `traefik` and `portainer`
We've done the minimal viable Swarm setup with a nice cloud native reverse proxy and a containers GUI manager, with a cloud native NFS.
It's time to test all of this in [Part III]({{< ref "/posts/2022-02-20-build-your-own-docker-swarm-cluster-part-3" >}}).
It's time to test all of this in [Part III]({{< ref "/posts/2022-02-19-build-your-own-docker-swarm-cluster-part-3" >}}).

View File

@ -1,6 +1,6 @@
---
title: "Setup a Docker Swarm cluster - Part III"
date: 2022-02-20
date: 2022-02-19
description: "Build an opinionated containerized platform for developer..."
tags: ["docker", "swarm"]
slug: build-your-own-docker-swarm-cluster-part-3
@ -411,4 +411,4 @@ And voilà, it's done, n8n will automatically migrate the database and <https://
We've done the databases part with some more real case app containers samples.
In real world, we should have full monitoring suite, this will be [next part]({{< ref "/posts/2022-02-21-build-your-own-docker-swarm-cluster-part-4" >}}).
In real world, we should have full monitoring suite, this will be [next part]({{< ref "/posts/2022-02-20-build-your-own-docker-swarm-cluster-part-4" >}}).