mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-10-14 14:59:32 +07:00
fix: update Docker image references to use the latest version
This commit is contained in:
parent
e2b103f80a
commit
fed955aaca
@ -25,7 +25,7 @@ The Garage Web UI is available as a single executable binary and docker image. Y
|
|||||||
### Docker CLI
|
### Docker CLI
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -p 3909:3909 -v ./garage.toml:/etc/garage.toml:ro --restart unless-stopped --name garage-webui adekabang/garage-webui:v2.0.0
|
docker run -p 3909:3909 -v ./garage.toml:/etc/garage.toml:ro --restart unless-stopped --name garage-webui ghcr.io/adekabang/garage-webui:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
@ -49,7 +49,7 @@ services:
|
|||||||
- 3903:3903
|
- 3903:3903
|
||||||
|
|
||||||
webui:
|
webui:
|
||||||
image: adekabang/garage-webui:v2.0.0
|
image: ghcr.io/adekabang/garage-webui:latest
|
||||||
container_name: garage-webui
|
container_name: garage-webui
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -14,7 +14,7 @@ services:
|
|||||||
- 3903:3903
|
- 3903:3903
|
||||||
|
|
||||||
webui:
|
webui:
|
||||||
image: adekabang/garage-webui:v2.0.0
|
image: ghcr.io/adekabang/garage-webui:latest
|
||||||
container_name: garage-webui
|
container_name: garage-webui
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user