From 313b639b73e4fd624f7d1fa31f697f954a7dc961 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 11 Mar 2023 09:30:00 +0300 Subject: [PATCH] chore: explain how to create a docker network --- machines/magenta/services/traefik.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/magenta/services/traefik.nix b/machines/magenta/services/traefik.nix index 998d732..db7c4b1 100644 --- a/machines/magenta/services/traefik.nix +++ b/machines/magenta/services/traefik.nix @@ -69,7 +69,8 @@ in extraOptions = [ # enable host.docker.internal "--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" ]; ports = [