esackbauer The other 3 containers are for my “Outline Wiki”. They use a bridge network:
root@HOST:/opt/outline-wiki# docker network inspect outline-wiki_default
[
{
"Name": "outline-wiki_default",
"Id": "b6fefdb1ee919f144b7ad5beae1250acc0171b5205d2d121dd77fdc3494294e0",
"Created": "2023-11-16T20:45:49.459926022+01:00",
"Scope": "local",
"Driver": "bridge",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "172.21.0.0/16",
"Gateway": "172.21.0.1"
}
]
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {
"27b4e34a3bf76788bed1c05f18426cadd3cf87eb65cfe3dc67e974a2eb5ca2f4": {
"Name": "outline-wiki-outline-1",
"EndpointID": "f153f50bcf9585345bf64095d5d87cd55dbcc7911ac49c89b09d34b46359915f",
"MacAddress": "02:42:ac:15:00:03",
"IPv4Address": "172.21.0.3/16",
"IPv6Address": ""
},
"63d253506ce067e1a8c0c7a3833b59a4250b1bac6e4aced2dd8040a519971208": {
"Name": "outline-wiki-redis-1",
"EndpointID": "729d62baad2e75b26c65464ef6349af273055fac81033f2e766b4ce5f903bf70",
"MacAddress": "02:42:ac:15:00:02",
"IPv4Address": "172.21.0.2/16",
"IPv6Address": ""
},
"7a5fbc01ba12692b4b8f595da5ea8dfaac0191e6937a4d8650cc41aa9b0490da": {
"Name": "outline-wiki-postgres-1",
"EndpointID": "3ab553cc280073fa3963a2a2fb25578289fb64f634cf2effa12997b45299dfbc",
"MacAddress": "02:42:ac:15:00:04",
"IPv4Address": "172.21.0.4/16",
"IPv6Address": ""
}
},
"Options": {},
"Labels": {
"com.docker.compose.network": "default",
"com.docker.compose.project": "outline-wiki",
"com.docker.compose.version": "2.21.0"
}
}
]