mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
Update README with new Docker image
This commit is contained in:
parent
034e7e3834
commit
a48318803e
@ -25,12 +25,10 @@ We strongly recommend using Docker to run WebP Server Go because running it dire
|
|||||||
Make sure you've got Docker and `docker-compose` installed, create a directory and create `docker-compose.yml` file inside it like this:
|
Make sure you've got Docker and `docker-compose` installed, create a directory and create `docker-compose.yml` file inside it like this:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
webp:
|
webp:
|
||||||
image: webpsh/webp-server-go
|
image: woodchen/webp-server-go
|
||||||
# image: ghcr.io/webp-sh/webp_server_go
|
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./path/to/pics:/opt/pics
|
- ./path/to/pics:/opt/pics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user