https://github.com/modem7/docker-middle-finger
Dockerised ASCII Middle Finger
https://github.com/modem7/docker-middle-finger
Last synced: 4 months ago
JSON representation
Dockerised ASCII Middle Finger
- Host: GitHub
- URL: https://github.com/modem7/docker-middle-finger
- Owner: modem7
- License: mit
- Created: 2022-03-08T14:37:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-05T10:04:58.000Z (6 months ago)
- Last Synced: 2025-12-08T19:33:52.951Z (6 months ago)
- Language: HTML
- Homepage:
- Size: 85 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Self Hosted, self contained www.ascii-middle-finger.com ASCII Middle Finger


[](https://drone.modem7.com/modem7/docker-middle-finger)
[](https://github.com/modem7/docker-middle-finger)
[](https://www.buymeacoffee.com/modem7)
Image is based on Nginx alpine, and all the content is local to the container.
# Container Screenshot
## Single

## Dual

# Breaking change
Due to changing the image to nginxinc/nginx-unprivileged, the ports have changed from `80` to `8080`.
Please update your files accordingly.
# Configuration
```bash
version: "2.4"
services:
middlefinger:
image: modem7/middle-finger:latest
container_name: MiddleFinger
ports:
- 8080:8080
```
# Tags
| Tag | Description |
| :----: | --- |
| latest | Single middle finger version |
| dual | Single + Dual middle finger version |