diff --git a/apps/owncast/config.json b/apps/owncast/config.json index d4eb6cd7..9a2874e2 100755 --- a/apps/owncast/config.json +++ b/apps/owncast/config.json @@ -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" + ] } diff --git a/apps/owncast/docker-compose.yml b/apps/owncast/docker-compose.yml index 25209e3d..e2e90dd6 100755 --- a/apps/owncast/docker-compose.yml +++ b/apps/owncast/docker-compose.yml @@ -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: