Skip to content

Commit 05f3619

Browse files
committed
use specific mysql version
1 parent eaa1132 commit 05f3619

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33

44
database:
55
container_name: db
6-
image: mysql
6+
image: mysql:8.0.34
77
command: --default-authentication-plugin=mysql_native_password
88
restart: always
99
environment:
@@ -31,6 +31,7 @@ services:
3131
- "${API_PORT:-127.0.0.1:3000}:3000"
3232
volumes:
3333
- ./public/storage:/var/storage
34+
# - ./api_server/src:/app/src
3435
environment:
3536
- NODE_ENV=production
3637
- DB_HOST=db

rtmp/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rtmp {
2727
record off;
2828

2929
allow publish all;
30-
30+
3131
# Allow playback from localhost
3232
allow play 127.0.0.1;
3333

0 commit comments

Comments
 (0)