1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-01-05 21:09:17 +00:00

Update Traefik Forward Auth for v2 (#169)

This commit is contained in:
David Young
2021-01-29 23:09:22 +13:00
committed by GitHub
parent c72d3ae098
commit 892adb4704
75 changed files with 864 additions and 1198 deletions

View File

@@ -56,7 +56,7 @@ Create a docker swarm config file in docker-compose syntax (v3), something like
--8<-- "premix-cta.md"
````
```yaml
version: '3'
services:
@@ -105,7 +105,7 @@ networks:
ipam:
config:
- subnet: 172.16.2.0/24
````
```
--8<-- "reference-networks.md"