fix(docker): Modified port

This commit is contained in:
2026-04-15 15:55:47 +02:00
parent 00b6db6ca6
commit cc3a8a0d8d

View File

@@ -4,7 +4,7 @@ services:
container_name: fake-webcam-stream
restart: unless-stopped
ports:
- "8080:80"
- "3301:80"
volumes:
- ./video.mp4:/video.mp4:ro
deploy: