Make 'conference' at <hostname> resolve

pull/8/head
Guus der Kinderen 2020-05-28 17:34:16 +02:00 committed by Matthew Vivian
parent f7741abd2b
commit 62cbf3d0ca
1 changed files with 4 additions and 0 deletions

View File

@ -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: