fix(audio): ports again
This commit is contained in:
@@ -26,4 +26,4 @@ sleep 1
|
||||
chmod -R 777 /tmp/pulse || true
|
||||
|
||||
echo "Starting PipeWire Web Remote..."
|
||||
exec ./pipewire-web-remote --allow-external --port 8080
|
||||
exec ./pipewire-web-remote --allow-external
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ services:
|
||||
restart: always
|
||||
privileged: true # Required for proper ALSA/Hardware audio access in some setups
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8449:8449"
|
||||
volumes:
|
||||
- pulse-socket:/tmp/pulse
|
||||
devices:
|
||||
|
||||
Reference in New Issue
Block a user