Skip to content

Instantly share code, notes, and snippets.

View ngophuong's full-sized avatar

Ngo Phuong ngophuong

  • Vietnam
View GitHub Profile
version: '2'
volumes:
nextcloud:
db:
services:
db:
image: yobasystems/alpine-mariadb:latest
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
@ngophuong
ngophuong / db.env
Created September 27, 2021 15:38 — forked from raspberrypisig/db.env
nextcloud docker raspberry pi
POSTGRES_PASSWORD=password
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud
version: '2'
volumes:
nextcloud:
db:
services:
db:
image: mariadb
restart: always