Skip to content

Commit

Permalink
bump: xiaoya-emd alpine 3.19 to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Aug 23, 2024
1 parent fc05721 commit 8f0945e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion emby_metadata_downloader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine3.19
FROM python:3.12-alpine3.20

ARG BRANCH

Expand Down
20 changes: 20 additions & 0 deletions emby_metadata_downloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## Run

**docker-cli**

```shell
docker run -d \
--name=xiaoya-emd \
Expand All @@ -15,3 +17,21 @@ docker run -d \
ddsderek/xiaoya-emd:latest \
--media /media
```

**docker-compose**

```yaml
version: "3"
services:
xiaoya-emd:
container_name: xiaoya-emd
restart: always
network_mode: host
volumes:
- 媒体库目录:/media
environment:
- CYCLE=86400
- RESTART_AUTO_UPDATE=false
image: ddsderek/xiaoya-emd:latest
command: --media /media
```

0 comments on commit 8f0945e

Please sign in to comment.