Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4cd3ed2ac | ||
|
|
ffe45fed50 | ||
|
|
bd1f6ebd8a | ||
|
|
f35e5501db |
@@ -1,4 +1,4 @@
|
|||||||
FROM mysql:latest
|
FROM mysql:mysql:5.6
|
||||||
|
|
||||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||||
|
|
||||||
@@ -6,4 +6,4 @@ ADD my.cnf /etc/mysql/conf.d/my.cnf
|
|||||||
|
|
||||||
CMD ["mysqld"]
|
CMD ["mysqld"]
|
||||||
|
|
||||||
EXPOSE 3306
|
EXPOSE 3306
|
||||||
@@ -26,4 +26,5 @@ http {
|
|||||||
include /etc/nginx/conf.d/*.conf;
|
include /etc/nginx/conf.d/*.conf;
|
||||||
include /etc/nginx/sites-available/*;
|
include /etc/nginx/sites-available/*;
|
||||||
open_file_cache max=100;
|
open_file_cache max=100;
|
||||||
|
charset UTF-8;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user