chore(deps): update owncast/owncast docker tag to v0.1.2 (#1628)
This commit is contained in:
parent
7bccb8029d
commit
ed6c1c2363
|
@ -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": 2,
|
||||
"version": "0.1.1",
|
||||
"tipi_version": 3,
|
||||
"version": "0.1.2",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
|
@ -16,5 +16,8 @@
|
|||
"source": "https://github.com/owncast/owncast",
|
||||
"website": "https://owncast.online/",
|
||||
"form_fields": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
services:
|
||||
owncast:
|
||||
container_name: owncast
|
||||
image: owncast/owncast:0.1.1
|
||||
image: owncast/owncast:0.1.2
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/app/data
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue
Block a user