update link underline
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-09-06 13:26:41 +02:00
parent 7988c57335
commit 1f734dc4b0
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
3 changed files with 5 additions and 4 deletions

View file

@ -266,7 +266,7 @@ nav {
color: $link-font-color;
&:hover {
text-decoration: underline;
text-decoration: underline 1.5px;
}
}

View file

@ -3,6 +3,7 @@ title: "Issues with Docker Swarm on ESXi"
description: "How to make Docker Swarm work with Nodes on ESXi"
publishdate: "2021-04-20"
author: "Laura 🌹"
draft: true
---
I once tried to set up a Docker Swarm Cluster. I had three nodes, two on Proxmox hosts, and one on a ESXi 7 host. The nodes had a GlusterFS storage attached to them which synced data to all three nodes so containers could be started on any node.

View file

@ -11,9 +11,9 @@ params:
menu:
main:
- name: Blog
pageRef: /blog
weight: 1
# - name: Blog
# pageRef: /blog
# weight: 1
- name: Portfolio
pageRef: /portfolio
weight: 2