Skip to content

Commit

Permalink
docs: updating documentation to reflect the change
Browse files Browse the repository at this point in the history
Changes that will be committed:
modified:               README.md
modified:               docs/_documentation/Installation.md
  • Loading branch information
bitchecker committed Dec 11, 2024
1 parent 20593cd commit fefce33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To run a 3 Nodes of `Lynx` behind nginx reverse proxy on port `80` on docker.
$ wget https://raw.githubusercontent.com/Clivern/Lynx/main/docker-compose-cluster.yml \
-O docker-compose.yml
$ wget https://raw.githubusercontent.com/Clivern/Lynx/main/nginx-cluster.conf \
-O nginx.conf
-O nginx-cluster.conf

$ docker-compose up -d
```
Expand Down
3 changes: 1 addition & 2 deletions docs/_documentation/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $ apt-get install docker.io docker-compose -y
$ wget https://raw.githubusercontent.com/Clivern/Lynx/main/docker-compose-cluster.yml \
-O docker-compose.yml
$ wget https://raw.githubusercontent.com/Clivern/Lynx/main/nginx-cluster.conf \
-O nginx.conf
-O nginx-cluster.conf

$ docker-compose up -d
```
Expand Down Expand Up @@ -178,4 +178,3 @@ Then go to the public URL (for example `http://lynx.sh/` or `http://localhost` o
![Image](/assets/images/install_page.png)

![Image](/assets/images/home_page.png)

0 comments on commit fefce33

Please sign in to comment.