Skip to content

Commit 08a3bb6

Browse files
committed
update release note to include docker-compose
1 parent 3afa939 commit 08a3bb6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,20 @@ jobs:
7575
docker pull mrorbitman/jellyfin-wrapped:latest
7676
```
7777
78+
Example docker-compose.yaml:
79+
80+
```
81+
version: "3"
82+
services:
83+
web:
84+
image: mrorbitman/jellyfin-wrapped:${{ github.ref_name }}
85+
86+
ports:
87+
- "80:80"
88+
restart: unless-stopped
89+
container_name: jellyfin-wrapped
90+
```
91+
7892
Docker Hub URL: https://hub.docker.com/r/mrorbitman/jellyfin-wrapped/tags
7993
draft: false
8094
prerelease: false

0 commit comments

Comments
 (0)