fix(audio): ports again
This commit is contained in:
@@ -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
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user