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 run -d \
--name=mikbotam \
-p 8080:80 \
--restart unless-stopped \
riadag/mikbotam:latest
Open your web browser and visit the url http://<IP_ADDRESS>:8080 to have access to the Mikbotam's web interface.
adminadminIt's highly recommended to change the default access credentials on first start.
The package used by this image are:
Content type
Image
Digest
sha256:88a0c689d…
Size
31.1 MB
Last updated
9 months ago
docker pull riadag/mikbotam