mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
fix(devcontainer): restore SeaweedFS on restart 2/4 (#1410)
This commit is contained in:
@@ -39,6 +39,7 @@ pub async fn post_start() -> Result<()> {
|
||||
ensure_state_dirs()?;
|
||||
ensure_writable_dev_paths()?;
|
||||
setup_gateway_config()?;
|
||||
crate::media_proxy::ensure_dev_object_store(true, 120).await?;
|
||||
run_smoke(true, false).await
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user