Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modem7/docker-middle-finger
Dockerised ASCII Middle Finger
https://github.com/modem7/docker-middle-finger
Last synced: 1 day 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T13:14:50.000Z (3 months ago)
- Last Synced: 2024-08-18T14:29:59.819Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 73.2 KB
- Stars: 1
- 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
![Docker Pulls](https://img.shields.io/docker/pulls/modem7/middle-finger)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/modem7/middle-finger/latest)
[![Build Status](https://drone.modem7.com/api/badges/modem7/docker-middle-finger/status.svg)](https://drone.modem7.com/modem7/docker-middle-finger)
[![GitHub last commit](https://img.shields.io/github/last-commit/modem7/docker-middle-finger)](https://github.com/modem7/docker-middle-finger)[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/modem7)
Image is based on Nginx alpine, and all the content is local to the container.
# Container Screenshot
## Single
![image](https://user-images.githubusercontent.com/4349962/157274069-6196f5cc-6c34-4cd7-bde8-e401cc257607.png)## Dual
![image](https://user-images.githubusercontent.com/4349962/157416791-353edbf9-99c5-4295-aff8-e7f26fd208c9.png)# 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 |