fix(audio): ports again

This commit is contained in:
2026-07-06 20:02:50 +02:00
parent 48f8efce3f
commit f8f6a8346d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ sleep 1
chmod -R 777 /tmp/pulse || true chmod -R 777 /tmp/pulse || true
echo "Starting PipeWire Web Remote..." echo "Starting PipeWire Web Remote..."
exec ./pipewire-web-remote --allow-external --port 8080 exec ./pipewire-web-remote --allow-external
+1 -1
View File
@@ -21,7 +21,7 @@ services:
restart: always restart: always
privileged: true # Required for proper ALSA/Hardware audio access in some setups privileged: true # Required for proper ALSA/Hardware audio access in some setups
ports: ports:
- "8080:8080" - "8449:8449"
volumes: volumes:
- pulse-socket:/tmp/pulse - pulse-socket:/tmp/pulse
devices: devices: