Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ms-jpq/bing-daily-images
- Owner: ms-jpq
- Created: 2021-05-22T04:02:04.000Z (over 3 years ago)
- Default Branch: bing
- Last Pushed: 2024-07-22T01:10:49.000Z (4 months ago)
- Last Synced: 2024-07-22T02:30:01.607Z (4 months ago)
- Language: Python
- Homepage:
- Size: 219 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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```