fix: stream service containers lock to localhost access

This commit is contained in:
Luis Pereira 2025-11-03 18:03:39 +00:00 committed by Brian O'Reilly
parent 4404b416eb
commit 043c0d8610
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ services:
image: infiniteproject/icecast:latest
container_name: asteroid-icecast
ports:
- "8000:8000"
- "127.0.0.1:8000:8000"
volumes:
- ./icecast.xml:/etc/icecast.xml
environment:
@ -20,7 +20,7 @@ services:
dockerfile: Dockerfile.liquidsoap
container_name: asteroid-liquidsoap
ports:
- "1234:1234"
- "127.0.0.1:1234:1234"
depends_on:
- icecast
volumes: