Antique Lemmy
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Possibly linux@lemmy.zip to linuxmasterrace@feddit.deEnglish · 2 years ago

Here is a nextcloud docker compose if anyone here wants to self host nextcloud

lemmy.zip

external-link
message-square
0
fedilink
  • cross-posted to:
  • [email protected]
6
external-link

Here is a nextcloud docker compose if anyone here wants to self host nextcloud

lemmy.zip

Possibly linux@lemmy.zip to linuxmasterrace@feddit.deEnglish · 2 years ago
message-square
0
fedilink
  • cross-posted to:
  • [email protected]
Here is a quick and dirty nextcloud docker-compose - Lemmy.zip
lemmy.zip
external-link
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='yes' redis: image: redis restart: always command: redis-server --requirepass supersecretpassword2 app: image: nextcloud:27 restart: always ports: - 8080:80 links: - db - redis volumes: - ./html:/var/www/html environment: - MYSQL_PASSWORD=supersecretpassword - MYSQL_DATABASE=nextclouddb - MYSQL_USER=nextclouduser - MYSQL_HOST=db - REDIS_HOST_PASSWORD=supersecretpassword2 depends_on: - db - redis cron: image: nextcloud:27 restart: always volumes: - ./html:/var/www/html entrypoint: /cron.sh depends_on: - db To use this you need docker-compose installed. Once thats installed create a nextcloud folder and copy in this file as docker-compose.yaml. Once you are in the working directory run docker-compose up -d
alert-triangle
You must log in or register to comment.

linuxmasterrace@feddit.de

linuxmasterrace@feddit.de

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

A community for Linux enthusiasts.

May your htop stats be low and your beard grow long

Welcome to [email protected] former r/linuxmasterrace members and existing Lemmyverse citizens: Feel free to join the newly created [email protected] community.

Let’s make the full transition to the decentralized Fediverse!

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 1 user / day
  • 1 user / week
  • 18 users / month
  • 85 users / 6 months
  • 1 local subscriber
  • 1 subscriber
  • 34 Posts
  • 107 Comments
  • Modlog
  • mods:
  • Youju@feddit.de
  • UI: 0.19.6-beta.7
  • BE: 0.19.11
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org