mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🚨 Doc Fix
This commit is contained in:
@@ -15,7 +15,7 @@ You can get pre-built apks [here](https://revanced_apkss.t.me/)
|
|||||||
|
|
||||||
You can use any of the following methods to build.
|
You can use any of the following methods to build.
|
||||||
|
|
||||||
- 🚀 **_GitHub**_ (**_`Recommended`_**)
|
- 🚀 **GitHub** (**_`Recommended`_**)
|
||||||
|
|
||||||
1. Click Star to support the project.<br>
|
1. Click Star to support the project.<br>
|
||||||
<img src="https://i.imgur.com/FFyXaWY.png" width="400" style="left"><br>
|
<img src="https://i.imgur.com/FFyXaWY.png" width="400" style="left"><br>
|
||||||
@@ -48,40 +48,25 @@ You can use any of the following methods to build.
|
|||||||
<img src="https://i.imgur.com/S5d7qAO.png" width="700" style="left">
|
<img src="https://i.imgur.com/S5d7qAO.png" width="700" style="left">
|
||||||
|
|
||||||
- 🐳 **_Docker Compose_**<br>
|
- 🐳 **_Docker Compose_**<br>
|
||||||
Windows/Mac users simply install Docker Desktop. If using Linux see below
|
|
||||||
|
|
||||||
1. Install Docker(Skip if already installed)
|
1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/).
|
||||||
```bash
|
2. Clone the repo
|
||||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
|
||||||
sh get-docker.sh
|
|
||||||
```
|
|
||||||
2. Grant Permissions with(Skip if already there)
|
|
||||||
```bash
|
|
||||||
sudo chmod 777 /var/run/docker.sock
|
|
||||||
```
|
|
||||||
3. Install Docker compose(Skip if already installed or using **_`Docker Desktop`_**)
|
|
||||||
```bash
|
|
||||||
curl -L "https://github.com/docker/compose/releases/download/v2.10.2/docker-compose-$(uname -s)-$(uname -m)" \
|
|
||||||
-o /usr/local/bin/docker-compose
|
|
||||||
sudo chmod +x /usr/local/bin/docker-compose
|
|
||||||
```
|
|
||||||
4. Clone the repo
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/nikhilbadyal/docker-py-revanced
|
git clone https://github.com/nikhilbadyal/docker-py-revanced
|
||||||
```
|
```
|
||||||
5. cd to the cloned repo
|
3. cd to the cloned repo
|
||||||
```bash
|
```bash
|
||||||
cd docker-py-revanced
|
cd docker-py-revanced
|
||||||
```
|
```
|
||||||
6. Update `.env` file if you want some customization(See notes)
|
4. Update `.env` file if you want some customization(See notes)
|
||||||
7. Run script with
|
5. Run script with
|
||||||
```shell
|
```shell
|
||||||
docker-compose up --build
|
docker-compose up --build
|
||||||
```
|
```
|
||||||
|
|
||||||
- 🐳With Docker
|
- 🐳With Docker
|
||||||
|
|
||||||
1. Install Docker(Skip if already installed)
|
1. Install Docker or [Docker Desktop](https://www.docker.com/products/docker-desktop/).
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||||
sh get-docker.sh
|
sh get-docker.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user