ms-jpq / bing-daily-images

A docker container that downloads bing daily images for you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bing Daily Images

A docker container that downloads bing daily images for you.

Good for wallpapers.

Use

version: "3.8"

services:
  bing:
    restart: always
    image: msjpq/bing-daily-images:latest
    user: ${USER}
    environment:
      - TZ
    volumes:
      - ./images:/data

About

A docker container that downloads bing daily images for you.


Languages

Language:Python 76.2%Language:Shell 19.9%Language:Dockerfile 3.9%