1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-31 02:22:29 +00:00

Update for leanpub preview

This commit is contained in:
AutoPenguin
2020-06-03 03:17:53 +00:00
parent bc68bf8c59
commit 6bb9e2f7d4
83 changed files with 12 additions and 296 deletions

View File

@@ -44,7 +44,6 @@ networks:
external: true
```
!!! note "Unencrypted registry"
We create this registry without consideration for SSL, which will fail if we attempt to use the registry directly. However, we're going to use the HTTPS-proxied version via Traefik, leveraging Traefik to manage the LetsEncrypt certificates required.
@@ -107,7 +106,6 @@ Then restart docker by running:
systemctl restart docker-latest
```
!!! tip ""
Note the extra comma required after "false" above
## Chef's notes