From 136988c2306bb0ff6e2f5075588c352c1941ff35 Mon Sep 17 00:00:00 2001 From: Daniel Speicher <daniel.speicher@lakedrops.com> Date: Thu, 4 Apr 2024 08:27:01 +0000 Subject: [PATCH] Add doc for network docker/l3d#148 --- docs/docker/l3d/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docker/l3d/index.md b/docs/docker/l3d/index.md index 7c890a7..8832985 100644 --- a/docs/docker/l3d/index.md +++ b/docs/docker/l3d/index.md @@ -115,6 +115,10 @@ Note that only new containers will get affected by this setting. To manually cleanup L3D projects, you can always call `l3d delete id1 id2 id3 ...` to remove all related containers of the given projects. Should you want to get such cleanup automatically, when a user leaves L3D, then you just have to set an environment variable `L3D_ALWAYS_CLEANUP=1` on your host before you create the first project. This will ask you at the end of any L3D session, if you want to delete all related containers. Answer with `YES`, if you want that to happen. +## Traefik Network + +If it is a brand new installation, you might add the network `traefic-public` by command `docker network create traefik-public`. + ## Getting help Calling `l3d help` displays information about **L3D** and provides a link to further details. -- GitLab