More info can be found here.
Image is based on nginxinc/nginx-unprivileged, and all the content is local to the container.
| Tag | Description |
|---|---|
| latest | Video starts automatically. 1080p AI remaster. |
| Variable | Description | Default |
|---|---|---|
| PORT | Changes the port nginx is listening on. | 8080 |
version: "2.4"
services:
rickroll:
image: modem7/docker-rickroll
container_name: Rickroll
ports:
- 8080:8080
