All public logs
Combined display of all available logs of Corat Coret. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:03, 22 June 2024 Johan Efendi talk contribs created page Menjalankan Mikrotik di Docker (Created page with " File: docker-compose.yaml <syntaxhighlight lang="docker"> version: "3" services: routerOsDocker: image: dharma007/mikrotik-cloud:latest restart: unless-stopped cap_add: - NET_ADMIN devices: - /dev/net/tun ports: - 8291:8291 - 443:443 - 20022:22 - 8088:80 </syntaxhighlight> Ports: * 8291 Winbox * 443 HTTPS * 80 HTML Service * 22 SSH Bisa ditambahkan sesuai keperluan")