Here is a docker compose for self hosted nextcloud.
Here is a docker compose for self hosted nextcloud.
lemmy.zip Here is a quick and dirty nextcloud docker-compose - Lemmy.zip
services: db: image: mariadb restart: always command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW volumes: - ./mysql:/var/lib/mysql environment: - MYSQL_PASSWORD=supersecretpassword - MYSQL_DATABASE=nextclouddb - MYSQL_USER=nextclouduser - MYSQL_RANDOM_ROOT_PASSWORD='...
You're viewing a single thread.
View all comments
8
comments
hm i never used redis for Netxcloud.
1 0 ReplyProbably should, it significantly decreased load times in my testing.
5 0 Reply
You've viewed 8 comments.
Scroll to top