From 51d43512e54238a045e7f4eaadd154d76190c42e Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 27 Oct 2015 13:28:41 -0700 Subject: [PATCH] update docs to reflect services all having same IP address --- docs/build/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/services.md b/docs/build/services.md index ce1c24042..b1def66a1 100644 --- a/docs/build/services.md +++ b/docs/build/services.md @@ -26,7 +26,7 @@ compose: Service containers are available at the `localhost` or `127.0.0.1` address. -Drone deviates from the default Docker compose networking model to mirror a traditional development environment, where services are typically accessed at `localhost` or `127.0.0.1`. To achieve this, we create a per-build network where all containers share the same network. +Drone deviates from the default Docker compose networking model to mirror a traditional development environment, where services are typically accessed at `localhost` or `127.0.0.1`. To achieve this, we create a per-build network where all containers share the same network and IP address. ## Service options