riadag/mikbotam

By riadag

Updated 9 months ago

Image
0

326

riadag/mikbotam repository overview

Usage

Here are some example snippets to help you get started creating a container.

---
version: "2.1"
services:
  mikbotam:
    image: riadag/mikbotam:latest
    container_name: mikbotam
    ports:
      - 8080:80
    restart: unless-stopped
docker cli
docker run -d \
  --name=mikbotam \
  -p 8080:80 \
  --restart unless-stopped \
  riadag/mikbotam:latest

Web Interface

Open your web browser and visit the url http://<IP_ADDRESS>:8080 to have access to the Mikbotam's web interface.

  • Default username: admin
  • Default password: admin

It's highly recommended to change the default access credentials on first start.


Packages

The package used by this image are:

  • nginx
  • php7
  • php7-fpm
  • php7-gd
  • php7-mbstring
  • php7-mysqli
  • php7-session
  • php7-pdo_sqlite
  • sqlite
  • supervisor

Tag summary

Content type

Image

Digest

sha256:88a0c689d

Size

31.1 MB

Last updated

9 months ago

docker pull riadag/mikbotam