Update Podfetch Image (#563)

This commit is contained in:
DrMxrcy 2023-05-21 19:15:58 -04:00 committed by GitHub
parent f9eef54574
commit 0680808117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "podfetch", "id": "podfetch",
"tipi_version": 1, "tipi_version": 2,
"version": "v2:latest", "version": "latest",
"categories": ["media"], "categories": ["media"],
"description": "A sleek and efficient podcast downloader.", "description": "A sleek and efficient podcast downloader.",
"short_desc": "A sleek and efficient podcast downloader.", "short_desc": "A sleek and efficient podcast downloader.",

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
podfetch: podfetch:
container_name: podfetch container_name: podfetch
image: samuel19982/podgrabv2:latest image: samuel19982/podfetch:latest
ports: ports:
- ${APP_PORT}:8000 - ${APP_PORT}:8000
volumes: volumes: