Skip to content

Instantly share code, notes, and snippets.

@gilangvperdana
Last active June 28, 2023 13:26
Show Gist options
  • Save gilangvperdana/5a9ccacffe4736063a1cd98ab53acd4f to your computer and use it in GitHub Desktop.
Save gilangvperdana/5a9ccacffe4736063a1cd98ab53acd4f to your computer and use it in GitHub Desktop.
CHR Dockerize
version: "3"
services:
routeros-6-47:
image: evilfreelancer/docker-routeros:latest
restart: unless-stopped
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
ports:
- "22222:22"
- "22223:23"
- "7777:80"
- "8728:8728"
- "8729:8729"
- "28728:8728"
- "28729:8729"
- "1723:1723"
networks:
- bridge_network
networks:
bridge_network:
driver: bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment