Main public logs

Jump to navigation Jump to search

Combined display of all available logs of wiki.baghirzade.pro. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:47, 25 September 2025 Sadmin talk contribs created page Docker-compose.yml/Nextcloud (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