mirror of
https://github.com/gabrielkheisa/instagram-downloader.git
synced 2024-12-22 10:03:20 +07:00
update
This commit is contained in:
parent
e3d935f6da
commit
2cb5041524
14
README.md
14
README.md
@ -80,6 +80,20 @@ This micro web server does not directly download the Instagram Reels video. It s
|
||||
sudo docker run -d -p 8080:8080 instagram-downloader
|
||||
```
|
||||
|
||||
### With existing Docker Image
|
||||
|
||||
1. Pull the Docker image
|
||||
|
||||
```
|
||||
sudo docker pull ghcr.io/gabrielkheisa/instagram-downloader/gabrielkheisa/instagram-downloader:latest
|
||||
```
|
||||
|
||||
2. Run the container
|
||||
|
||||
```
|
||||
sudo docker run -d -p 8080:8080 ghcr.io/gabrielkheisa/instagram-downloader/gabrielkheisa/instagram-downloader
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user