update link underline
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
This commit is contained in:
parent
7988c57335
commit
1f734dc4b0
3 changed files with 5 additions and 4 deletions
|
@ -266,7 +266,7 @@ nav {
|
|||
color: $link-font-color;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline 1.5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue