We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa1132 commit 05f3619Copy full SHA for 05f3619
docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
4
database:
5
container_name: db
6
- image: mysql
+ image: mysql:8.0.34
7
command: --default-authentication-plugin=mysql_native_password
8
restart: always
9
environment:
@@ -31,6 +31,7 @@ services:
31
- "${API_PORT:-127.0.0.1:3000}:3000"
32
volumes:
33
- ./public/storage:/var/storage
34
+ # - ./api_server/src:/app/src
35
36
- NODE_ENV=production
37
- DB_HOST=db
rtmp/nginx.conf
@@ -27,7 +27,7 @@ rtmp {
27
record off;
28
29
allow publish all;
30
-
+
# Allow playback from localhost
allow play 127.0.0.1;
0 commit comments