fix(apps): remove UMASK as this is taken care from common (#1503)

This commit is contained in:
Stavros Kois
2021-12-11 00:25:39 +01:00
committed by GitHub
parent f04001fda7
commit 7f2eceecc3
8 changed files with 1 additions and 25 deletions
-2
View File
@@ -38,8 +38,6 @@ env:
UID: # 1000
# -- Sets GID Photoprism runs under.
GID: # 1000
# -- Sets UMASK.
UMASK: # 0000
PHOTOPRISM_DATABASE_DRIVER: "mysql" # Use MariaDB 10.5+ or MySQL 8+ instead of SQLite for improved performance
PHOTOPRISM_DATABASE_NAME: "photoprism" # MariaDB or MySQL database schema name
PHOTOPRISM_DATABASE_USER: "photoprism" # MariaDB or MySQL database user name