Skip to content

JordanEJ/docker-rickroll

 
 

Repository files navigation

Self Hosted, self contained Rickroll container.

Docker Pulls Docker Image Size (tag) Build Status GitHub last commit

"Buy Me A Coffee"

More info can be found here.

Image is based on nginxinc/nginx-unprivileged, and all the content is local to the container.

Container Screenshot

image

Tags

Tag Description
latest Video starts automatically. 1080p AI remaster.

Environment Variables

Variable Description Default
PORT Changes the port nginx is listening on. 8080
HEIGHT Changes the height of the video. 100vh
WIDTH Changes the width of the video. 100%

Configuration example

version: "2.4"

services:

  rickroll:
    image: modem7/docker-rickroll
    container_name: Rickroll
    ports:
      - 8080:8080

About

Dockerised Rick Roll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 89.0%
  • Dockerfile 11.0%