Created
December 12, 2021 20:22
-
-
Save SBajonczak/25332420d91f012f893a953e6400bf54 to your computer and use it in GitHub Desktop.
Falcon Christmas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
FALCON: | |
image: falconchristmas/fpp | |
container_name: falcon | |
restart: always | |
volumes: | |
- "/docker/fpp/media:/home/fpp/media" | |
- "/docker/fpp/modprobe:/etc/modprobe.d" | |
ports: | |
- 8085:80 | |
- 4048:4048/udp # DDP | |
- 5568:5568/udp # sACN/E1.31 | |
- 32320:32320/udp # FPP MultiSync | |
- 32322:32322/tcp # FPP fppd API | |
- 32328:32328/tcp # FPP HTTP Virtual Display | |
devices: | |
- /dev/snd/controlC0 | |
- /dev/snd/controlC1 | |
- /dev/snd/controlC2 | |
- /dev/bus/usb/004/005 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment