Menjalankan Mikrotik di Docker: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 June 2024

  • curprev 08:0808:08, 22 June 2024Johan Efendi talk contribs 448 bytes +17 No edit summary
  • curprev 08:0308:03, 22 June 2024Johan Efendi talk contribs 431 bytes +431 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"