We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afa939 commit 08a3bb6Copy full SHA for 08a3bb6
1 file changed
.github/workflows/docker-publish.yml
@@ -75,6 +75,20 @@ jobs:
75
docker pull mrorbitman/jellyfin-wrapped:latest
76
```
77
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
92
Docker Hub URL: https://hub.docker.com/r/mrorbitman/jellyfin-wrapped/tags
93
draft: false
94
prerelease: false
0 commit comments