chore: explain how to create a docker network
This commit is contained in:
parent
d2bcfa801e
commit
313b639b73
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue