mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
update docs to reflect services all having same IP address
This commit is contained in:
parent
460c62c704
commit
51d43512e5
1 changed files with 1 additions and 1 deletions
2
docs/build/services.md
vendored
2
docs/build/services.md
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue