chore(deps): update owncast/owncast docker tag to v0.1.3 (#3083)

This commit is contained in:
renovate[bot] 2024-04-07 22:52:11 +00:00 committed by GitHub
parent f05f477926
commit fcbb83c663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"exposable": true,
"id": "owncast",
"description": "Owncast is an open source, self-hosted, decentralized, single user live video streaming and chat server for running your own live streams similar in style to the large mainstream options. It offers complete ownership over your content, interface, moderation and audience.",
"tipi_version": 3,
"version": "0.1.2",
"tipi_version": 4,
"version": "0.1.3",
"categories": [
"media"
],

View File

@ -2,7 +2,7 @@ version: '3.9'
services:
owncast:
container_name: owncast
image: owncast/owncast:0.1.2
image: owncast/owncast:0.1.3
volumes:
- ${APP_DATA_DIR}/data:/app/data
ports: