jvb listens on 127.0.0.1 for TCP port 8080

This commit is contained in:
marlon 2024-08-07 18:41:07 -04:00
parent 3a487f5fef
commit 05adb3129d

View File

@ -98,7 +98,7 @@ services:
- prosody
ports:
- '0.0.0.0:10000:10000/udp'
- '8080:8080'
- '127.0.0.1:8080:8080'
networks:
- internal
deploy: