You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe we can support docker in building environment?
Actually, I've done some experiment on dockerfile and docker-compose.
Somehow there's still some problems in MySQL container settings for non-ascii. 😐 Even though, I think we should make a standard procedure for environment builds.
The text was updated successfully, but these errors were encountered:
Here is my current effort on docker. With Django + MySQL + Nginx containers.
Finally I resolved the encoding issue in MySQL with a defined config under ./bin/nginx/mysql_charset.conf. And not sure how to config nginx, theres's a sample one under ./bin/nginx/nginx.conf.
Any comment on it~
Maybe we can support docker in building environment?
Actually, I've done some experiment on
dockerfile
anddocker-compose
.Somehow there's still some problems in MySQL container settings for non-ascii. 😐 Even though, I think we should make a standard procedure for environment builds.
The text was updated successfully, but these errors were encountered: