An open API service indexing awesome lists of open source software.

https://github.com/just5ky/wordpot-docker


https://github.com/just5ky/wordpot-docker

container docker honeypot wordpress

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# wordpot-docker
wordpress honeypot dockerized

[![Docker](https://github.com/Just5KY/wordpot-docker/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/Just5KY/wordpot-docker/actions/workflows/docker-publish.yml) ![Docker Pulls](https://img.shields.io/docker/pulls/justsky/wordpot) ![Docker Size](https://img.shields.io/docker/image-size/justsky/wordpot?color=orange)

```yml
version: "3"

networks:
wordpot:

services:
wordpot:
container_name: wordpot
image: "justsky/wordpot"
restart: unless-stopped
networks:
- wordpot
ports:
- "80:80"
volumes:
- $DOCKERDIR/wordpot/:/log/
```