Compare commits

...

1 Commits

Author SHA1 Message Date
c247afdbe3 updated procedure 2025-03-21 14:14:40 +02:00

View File

@ -1,5 +1,22 @@
# Video server # Video server
### Running Docker
Output from history. Customize with your own container identifier
```Bash
docker build -t linx-video .
docker ps
docker stop ad5
docker rm ad5
docker run -it -d --restart always -p 3000:3000/tcp -p 2000-2200:2000-2200/tcp -p 2000-2200:2000-2200/udp linx-video
docker logs 736 -f
cat .env
docker logs 736 -f
```
### Generating certificates ### Generating certificates
##### To generate SSL certificates you must: ##### To generate SSL certificates you must: