All public logs

Jump to navigation Jump to search

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

Logs
  • 06:57, 7 May 2024 Admin talk contribs created page Dockerfile (Created page with "1. Peratama buat Dockerfile yang isinya # Gunakan gambar dasar PHP 8.2 dengan Apache FROM php:8.2-apache # Instalasi klien MySQL RUN apt-get update && apt-get install -y default-mysql-client && rm -rf /var/lib/apt/lists/* RUN docker-php-ext-install mysqli pdo pdo_mysql && docker-php-ext-enable pdo_mysql 2. docker build -t api . 3. gunakan api untuk docker compose")