Minor README update for consistentcy

This commit is contained in:
Jonny Booker
2025-06-14 15:22:56 +01:00
parent 58f7835072
commit 48cb0bf5a7

View File

@@ -92,8 +92,8 @@ If the Docker socket is not available or accessible, Newt will gracefully disabl
When the Docker Socket Integration is used, depending on the network which Newt is run with, either the hostname (generally considered the container name) or the IP address of the container will be sent to Pangolin. Here are some of the scenarios where IPs or hostname of the container will be utilised:
- **Running in Network Mode 'host'**: IP addresses will be used
- **Running in Network Mode 'bridge'**: IP addresses will be used
- **Running in docker-compose without a network specification**: Docker compose creates a network for the compose by default, will use hostnames
- **Running on docker-compose with defined network**: Will use hostnames
- **Running in docker-compose without a network specification**: Docker compose creates a network for the compose by default, hostnames will be used
- **Running on docker-compose with defined network**: Hostnames will be used
### Docker Enforce Network Validation