chore(deps): update owncast/owncast docker tag to v0.1.1 (#916)
This commit is contained in:
parent
eda788613d
commit
65469403b3
|
@ -6,12 +6,14 @@
|
|||
"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": 1,
|
||||
"version": "0.1.0",
|
||||
"categories": ["media"],
|
||||
"short_desc": " Take control over your live stream video by running it yourself. Streaming + chat out of the box. ",
|
||||
"tipi_version": 2,
|
||||
"version": "0.1.1",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
"short_desc": " Take control over your live stream video by running it yourself. Streaming + chat out of the box. ",
|
||||
"author": "Owncast",
|
||||
"source": "https://github.com/owncast/owncast",
|
||||
"website": "https://owncast.online/",
|
||||
"form_fields": []
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
services:
|
||||
owncast:
|
||||
container_name: owncast
|
||||
image: owncast/owncast:0.1.0
|
||||
image: owncast/owncast:0.1.1
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/app/data
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue
Block a user