chore(deps): update owncast/owncast docker tag to v0.1.3 (#3083)
This commit is contained in:
parent
f05f477926
commit
fcbb83c663
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user