Web app that counts down to next January 1st. It selects automatically the next year (based on local system time). Background images are made with svg inline tags.
Ported to Docker container by Modem7.
See a preview: https://modem7.github.io/Docker-NewYearCountdown/
Original creator: https://github.com/patrickgold/newyear-countdown
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:
newyearcountdown:
image: modem7/newyearcountdown
container_name: NewYearCountdown
ports:
- 8080:8080
