Update README.md

This commit is contained in:
Indian-Techie09
2023-01-31 22:33:06 +05:30
committed by GitHub
parent 8aee1c6749
commit 35e25cdfad

View File

@@ -39,17 +39,17 @@ Containers set up are :-
To install this script run
```bash
sudo apt-get update
sudo apt-get update
```
```bash
wget -O /home/$USER/bash.sh https://raw.githubusercontent.com/Indian-Techie09/docker-media-server/main/docker-media-server.sh
wget -O /home/$USER/dockermediaserver.sh https://raw.githubusercontent.com/Indian-Techie09/docker-media-server/main/docker-media-server.sh
```
```bash
bash bash.sh
bash dockermediaserver.sh
```
Once you run the script .env file will open change UGID, PGID, Time Zone and data directory where you want to store your data.
Once done Save the file and run
```bash
sudo docker compose up
sudo docker compose up
```