mysql: set secure_file_priv

This commit is contained in:
Girish Ramakrishnan
2023-03-02 21:20:46 +01:00
parent 03a77ddf01
commit 9cd3874b57

View File

@@ -16,7 +16,7 @@ exports = module.exports = {
// docker inspect --format='{{index .RepoDigests 0}}' $IMAGE to get the sha256
'images': {
'turn': { repo: 'cloudron/turn', tag: 'cloudron/turn:1.5.0@sha256:c59a6da9ea55073ede1ba6329739fca72eddf64c3a3c10280bcc5b7fb8197865' },
'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:3.3.1@sha256:fb47d2d84265551c3e0cfb2acb8a3d6f3745730b80cd36bee6c0a39fa7aa9ed3' },
'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:3.3.2@sha256:c19ca4f39ba87fe0c2e99c8bda6c99c1cd1ed3c7a5e331cfe6ec03935675442b' },
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:5.0.1@sha256:51e0676df61aa61f292bf8abbdd7851e351c7580869d46c84f51bd4859644e07' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:4.2.2@sha256:df928d7dce1ac6454fc584787fa863f6d5e7ee0abb775dde5916a555fc94c3c7' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:3.4.0@sha256:19680fcf9b36720468674e85b2d9ad085da759dc08811ee547474c32ce70bf99' },