chore: explain how to create a docker network

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-11 09:30:00 +03:00
parent d2bcfa801e
commit 313b639b73
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -69,7 +69,8 @@ in
extraOptions = [ extraOptions = [
# enable host.docker.internal # enable host.docker.internal
"--add-host=host.docker.internal:host-gateway" "--add-host=host.docker.internal:host-gateway"
# attach to overlay network # attach to overlay network. To create, run the following command:
# docker network create --driver=overlay --attachable traefik_public
"--network=traefik_public" "--network=traefik_public"
]; ];
ports = [ ports = [