deeme commited on
Commit
7ac19c5
·
verified ·
1 Parent(s): 1249765

Upload 2 files

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -3
  2. config.yaml +1 -1
Dockerfile CHANGED
@@ -1,6 +1,3 @@
1
  FROM programzmh/chatnio:latest
2
  ADD ./config.yaml /config/config.yaml
3
- ENV MYSQL_PORT=3306
4
- ENV MYSQL_DATABASE=oneapi1
5
- ENV REDIS_PORT=12749
6
  EXPOSE 8094
 
1
  FROM programzmh/chatnio:latest
2
  ADD ./config.yaml /config/config.yaml
 
 
 
3
  EXPOSE 8094
config.yaml CHANGED
@@ -1,5 +1,5 @@
1
  mysql:
2
- db: oneapi1
3
  host: localhost
4
  password: chatnio123456
5
  port: 3306
 
1
  mysql:
2
+ db: chatnio
3
  host: localhost
4
  password: chatnio123456
5
  port: 3306