Making things by-the-book

This commit is contained in:
WilliamMiceli
2019-04-15 19:51:50 -04:00
parent 144095f14b
commit afa42d9711

View File

@@ -34,7 +34,7 @@ services:
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
- /RancherCattle/${DATA_DIR}:/root/.config/pydio/cells
mysql:
image: mysql:5
image: mysql:5.7
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci]
dns: # Using Cloudflare DNS
- 1.1.1.1