https://github.com/just5ky/wordpot-docker
https://github.com/just5ky/wordpot-docker
container docker honeypot wordpress
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/just5ky/wordpot-docker
- Owner: just5ky
- Created: 2022-05-24T18:48:01.000Z (about 4 years ago)
- Default Branch: latest
- Last Pushed: 2024-02-07T01:38:36.000Z (over 2 years ago)
- Last Synced: 2025-03-06T01:15:33.507Z (over 1 year ago)
- Topics: container, docker, honeypot, wordpress
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordpot-docker
wordpress honeypot dockerized
[](https://github.com/Just5KY/wordpot-docker/actions/workflows/docker-publish.yml)  
```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/
```