Docker-compose.yml/Nextcloud: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 October 2025

25 September 2025

  • curprev 07:4707:47, 25 September 2025 Sadmin talk contribs 721 bytes +721 Created page with "<pre> version: '3.7' services: db: image: mariadb:10.6 container_name: nextcloud-db restart: always command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW environment: MYSQL_ROOT_PASSWORD: P@55w0rd987 MYSQL_PASSWORD: P@55w0rd987 MYSQL_DATABASE: nextcloud MYSQL_USER: nextcloud volumes: - db:/var/lib/mysql app: image: nextcloud:28 container_name: nextcloud restart: always ports:..." Tag: Visual edit