This commit is contained in:
Gal 2023-12-29 18:17:01 +01:00
parent d71844fe47
commit 8cbd8a1d16
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 11 additions and 0 deletions

11
traefik/README.md Normal file
View File

@ -0,0 +1,11 @@
# Traefik
```
docker network create \
--driver=bridge \
--attachable \
--internal=false \
traefik_network
```
Add test 123