diff --git a/docs/docker/l3d/index.md b/docs/docker/l3d/index.md index 7c890a7761bee02bbcadd400abd84c86e090c76d..88329858be1bef55d2ab08640f010ea3ed2aa212 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.