Self Hosted, self contained www.asciimation.co.nz/Blinkenlights ASCII Star Wars clone
More info can be found here: www.asciimation.co.nz/Blinkenlights
Further notes from Mike Edwards, the author of the player script towel used: Replacement telnet at asciimation.mirkwood.net:23/24. Port 23 is the last released Star Wars asciimation by Simon Jensen, and port 24 is Jansen's other goofy asciimation, The death of Jar Jar Binks.
Image is based on nginxinc/nginx-unprivileged, and all the content is local to the container.
Due to changing the image to nginxinc/nginx-unprivileged, the ports have changed from 80 to 8080.
Please update your files accordingly.
version: "2.4"
services:
starwars:
image: modem7/docker-starwars
container_name: StarWars
ports:
- 8080:8080
restart: unless-stopped
# If you got this error `"/run/nginx.pid" failed (13: Permission denied)` uncomment the below part
# command: >
# sh -c "sed -i '5s#/run/nginx.pid#/tmp/nginx.pid#' /etc/nginx/nginx.conf
| Tag | Description |
|---|---|
| Latest | Latest version |

