Make 'conference' at <hostname> resolve
parent
f7741abd2b
commit
62cbf3d0ca
|
|
@ -40,7 +40,9 @@ services:
|
|||
ipv4_address: 172.50.0.10
|
||||
extra_hosts:
|
||||
- "xmpp1.localhost.example:172.50.0.10"
|
||||
- "conference.xmpp1.localhost.example:172.50.0.10"
|
||||
- "xmpp2.localhost.example:172.50.0.20"
|
||||
- "conference.xmpp2.localhost.example:172.50.0.20"
|
||||
|
||||
xmpp2:
|
||||
image: openfire:fmuc
|
||||
|
|
@ -56,7 +58,9 @@ services:
|
|||
ipv4_address: 172.50.0.20
|
||||
extra_hosts:
|
||||
- "xmpp1.localhost.example:172.50.0.10"
|
||||
- "conference.xmpp1.localhost.example:172.50.0.10"
|
||||
- "xmpp2.localhost.example:172.50.0.20"
|
||||
- "conference.xmpp2.localhost.example:172.50.0.20"
|
||||
|
||||
networks:
|
||||
net-one:
|
||||
|
|
|
|||
Loading…
Reference in New Issue