Site update

This commit is contained in:
CronyAkatsuki 2024-01-28 18:16:34 +01:00
parent 8404a7f3c7
commit da4a95ef3b
27 changed files with 137 additions and 27 deletions

View file

@ -6,7 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/css/style.css" rel="stylesheet" />
<title>Setup Traefik</title>
<title>
Setup Traefik - Crony Akatsuki
</title>
<meta property="og:title" content="Setup Traefik" />
<meta property="og:description" content="Do you use docker? Do you use nginx or apachi to proxy the container? Fear not you won&rsquo;t be needing them anymore once you are done with this tutorial.
Traefik is a simple docker centric proxy manager that is amazing and allows you to easilly proxy you docker containers with just a couple of labels.