Skip to content

Commit f039901

Browse files
committed
fix whiteboard
Signed-off-by: Simon L. <[email protected]>
1 parent 417d366 commit f039901

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

php/containers.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,8 @@
867867
"JWT_SECRET_KEY=%WHITEBOARD_SECRET%",
868868
"STORAGE_STRATEGY=redis",
869869
"REDIS_HOST=nextcloud-aio-redis",
870-
"REDIS_HOST_PASSWORD=%REDIS_PASSWORD%"
870+
"REDIS_HOST_PASSWORD=%REDIS_PASSWORD%",
871+
"BACKUP_DIR=/tmp"
871872
],
872873
"secrets": [
873874
"WHITEBOARD_SECRET",

0 commit comments

Comments
 (0)