Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai2038 committed Feb 12, 2024
1 parent 8e2e13d commit 58f87f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ For both usages you need to:

### 3.1. Using Docker Container

1. Pull image from DockerHub or build it yourself:
1. Pull [the image](https://hub.docker.com/r/nikolai2038/webp-to-gif) from DockerHub or build it yourself:

- Pull:

Expand Down
2 changes: 1 addition & 1 deletion README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Docker контейнер основан на Debian, поэтому инстр

### 3.1. При использовании Docker контейнера

1. Загрузить образ из DockerHub или собрать его самостоятельно:
1. Загрузить [образ](https://hub.docker.com/r/nikolai2038/webp-to-gif) из DockerHub или собрать его самостоятельно:

- Загрузить:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ./
dockerfile: ./Dockerfile
image: nikolai2038/webp-to-gif:1.1.0
image: nikolai2038/webp-to-gif:1.1.1
container_name: webp-to-gif
volumes:
- ".:/app"

0 comments on commit 58f87f5

Please sign in to comment.