0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[OpenWebUI] アップデート方法

0
Last updated at Posted at 2025-08-14

openWebUIアップデート方法

1)docker-compose.yaml在処に移動

cd ~/projects/ollama_openwebui; ls -l

2)取得

sudo docker compose pull open-webui

3)コンテナ差し替え(再作成&起動)

sudo docker compose up -d open-webui

4)作業エビ

$ cd ~/projects/ollama_openwebui; ls -l
合計 8
-rw-rw-r-- 1 aa bb 691  8月  8 12:45 docker-compose.yaml
-rw-rw-r-- 1 aa bb 551  8月  8 06:41 docker-compose.yaml_20250808
$ sudo docker compose pull open-webui
[+] Pulling 1/1
 ✔ open-webui Pulled                             
$ sudo docker compose up -d open-webui
[+] Running 1/1
 ✔ Container open-webui  Started                 
$ 
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?