Opengist Logo Docker Compose

Explore

  • All gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Powered by Opengist ⋅ 17ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

gdechene

Joined 3 years ago

All gists 1
Recently created Least recently created Recently updated Least recently updated

gdechene / Nextcloud

Last active 2 months ago
0 0 1
1 version: "3.8"
2 services:
3 db:
4 image: mariadb
5 command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
6 restart: always
7 volumes:
8 - /volume1/docker/nextcloud/db:/var/lib/mysql:rw
9 environment:
10 - MYSQL_ROOT_PASSWORD=$MYSQL_ROOT_PASSWORD