You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# EasyImageCdn
2
2
3
-
[](https://github.com/pcpl2/EasyImageCdn/actions/workflows/buildApp.yml)[](https://www.codefactor.io/repository/github/pcpl2/easyimagecdn)
3
+
[](https://github.com/pcpl2/EasyImageCdn/actions/workflows/buildApp.yml)[](https://www.codefactor.io/repository/github/pcpl2/easyimagecdn)
4
4
5
5
Application to create a simple cdn server for images.
6
6
@@ -9,13 +9,13 @@ This application automatically converts the uploaded image to webp format and to
9
9
## How to use
10
10
11
11
```sh
12
-
docker run --name imagecdn -v /my/images/location:/var/lib/images -e API_KEY=EnterAdminKey -d ghcr.io/pcpl2/easy_image_cdn:0.2.2
12
+
docker run --name imagecdn -v /my/images/location:/var/lib/images -e API_KEY=EnterAdminKey -d ghcr.io/pcpl2/easy_image_cdn:0.2.3
13
13
```
14
14
15
15
OR
16
16
17
17
```sh
18
-
docker run --name imagecdn -v /my/images/location:/var/lib/images -e API_KEY=EnterAdminKey -d pcpl2/easy_image_cdn:0.2.2
18
+
docker run --name imagecdn -v /my/images/location:/var/lib/images -e API_KEY=EnterAdminKey -d pcpl2/easy_image_cdn:0.2.3
19
19
```
20
20
21
21
This command launches the application with image conversion to 1024x720 and 800x600 enabled, with a maximum file size of 10Mb and your API key.
@@ -25,7 +25,7 @@ This command launches the application with image conversion to 1024x720 and 800x
0 commit comments