OpenCanary Honeypot Solution
154
version: "3.4"
x-common: &common restart: unless-stopped volumes: - ./data/.opencanary.conf:/root/.opencanary.conf # uncomment below if running Samba # - /var/log/samba-audit.log:/var/log/samba-audit.log image: "opencanary" ports: # Comment/un-comment the port lines below to disable/enable the services you are using # FTP - "21:21" # SSH # - "22:22" # Telnet # - "23:23" # TFTP # - "69:69" # HTTP # - "80:80" # NTP # - "123:123" # SNMP # - "161:161" # MSSQL # - "1433:1433" # MYSQL # - "3306:3306" # RDP # - "3389:3389" # VNC # - "5000:5000" # SIP # - "5060:5060" # REDIS # - "6379:6379" # TCP Banner # - "8001:8001" # HTTP Proxy # - "8080:8080" # Git - "9418:9418"
services: latest: # docker-compose up --build -d latest <<: *common container_name: opencanary_latest image: ghost1377/opencanary:v2 build: context: . dockerfile: Dockerfile.latest
stable: # docker-compose up --build -d stable <<: *common container_name: opencanary_stable build: context: . dockerfile: Dockerfile.stable
Content type
Image
Digest
sha256:0d86a6649…
Size
417.1 MB
Last updated
over 2 years ago
docker pull ghost1377/opencanary:v2