Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 303 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 303 Bytes

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