mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:13:24 +02:00
Switch to quay and add docker image documentation (#356)
This PR changes all mentions of GHCR to Quay, adds docs about the registries MM is available on, adds docs about the available docker image tags, and adds the GHCR permission issue to the troubleshooting page.
This commit is contained in:
committed by
GitHub
parent
e647c99722
commit
1b2d99922c
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
mediamanager:
|
||||
container_name: mediamanager_server
|
||||
image: ghcr.io/maxdorninger/mediamanager/mediamanager:latest
|
||||
image: quay.io/maxdorninger/mediamanager:latest
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user