Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ms-jpq/bing-daily-images

A docker container that downloads bing daily images for you.
https://github.com/ms-jpq/bing-daily-images

Last synced: about 1 month ago
JSON representation

A docker container that downloads bing daily images for you.

Awesome Lists containing this project

README

        

# Bing Daily Images

A docker container that downloads bing daily images for you.

Good for wallpapers.

## Use

```yml
version: "3.8"

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

```