Docker-compose.yml/Nextcloud: Difference between revisions
Jump to navigation
Jump to search
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:..." |
Blanked the page Tags: Blanking Visual edit |
||
| Line 1: | Line 1: | ||