chore(deps): update ghcr.io/spacedriveapp/spacedrive/server docker tag to v0.3.1 (#3634)
This commit is contained in:
parent
6043fb60c5
commit
372f361fab
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 9300,
|
||||
"id": "spacedrive",
|
||||
"tipi_version": 1,
|
||||
"version": "0.2.14",
|
||||
"tipi_version": 2,
|
||||
"version": "0.3.1",
|
||||
"categories": ["utilities"],
|
||||
"description": "Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.",
|
||||
"short_desc": "Cross-platform file explorer",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3.9'
|
|||
services:
|
||||
spacedrive:
|
||||
container_name: spacedrive
|
||||
image: ghcr.io/spacedriveapp/spacedrive/server:0.2.14
|
||||
image: ghcr.io/spacedriveapp/spacedrive/server:0.3.1
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SD_AUTH=${SD_AUTH_USER}:${SD_AUTH_PASSWORD}
|
||||
|
|
Loading…
Reference in New Issue
Block a user