Use Mischlabs container registry
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 13s

This commit is contained in:
Tom Misch
2026-05-11 10:43:49 +02:00
parent 55f201da40
commit e2c83f5fe4
3 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ To deploy on a NAS or Linux server, adjust the `docker-compose.yml` to match you
```yaml
services:
photography-website:
image: ghcr.io/kroonk/photography:latest
image: git.mischlabs.de/mrdiderot/photography:latest
container_name: photography-website
ports:
- "8090:8090"
@@ -28,7 +28,7 @@ services:
- INITIAL_ADMIN_PASSWORD=Start123
- FULLS_DIR=/app/public/images/fulls
- THUMBS_DIR=/app/public/images/thumbs
- SYNC_IMAGE=ghcr.io/kroonk/photography:latest
- SYNC_IMAGE=git.mischlabs.de/mrdiderot/photography:latest
- SYNC_CONTAINER=photography-website
volumes:
- /path/to/nextcloud/data:/app/public/images/fulls:ro