update readme
This commit is contained in:
parent
4e3010188a
commit
dad1ff3ee8
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ Use the root user to setup docker and the Open Datenschutzcenter
|
||||||
su root
|
su root
|
||||||
```
|
```
|
||||||
|
|
||||||
To use the setup script for docker-compose, run the following commands.
|
This script will setup a repo file and install docker and docker-compose.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo "Execute Docker Install Scipt"
|
echo "Execute Docker Install Scipt"
|
||||||
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/installDocker.sh && bash installDocker.sh
|
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/installDocker.sh && bash installDocker.sh
|
||||||
rm installDocker.sh
|
rm installDocker.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To use the setup script for docker-compose, run the following commands.
|
||||||
```sh
|
```sh
|
||||||
echo "Download Setup Script"
|
echo "Download Setup Script"
|
||||||
wget https://git.h2-invent.com/Datenschutzcenter/Docker-Compose/raw/branch/main/setup.sh
|
wget https://git.h2-invent.com/Datenschutzcenter/Docker-Compose/raw/branch/main/setup.sh
|
||||||
|
|
Loading…
Reference in a new issue