Update README with new Docker image

This commit is contained in:
wood 2024-09-05 16:00:31 +08:00
parent 034e7e3834
commit a48318803e

View File

@ -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