Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.md #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions _docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ redirect_from:
The best and quickest way is to get started with lancache.net is to use the quickstart. Before you begin make sure you have:

* A modern Linux distribution supporting Docker, eg [Ubuntu](https://www.ubuntu.com) or [CentOS](https://www.centos.org/)
* [Docker](https://www.docker.com/)
* [docker-compose](https://docs.docker.com/compose/install/)
* [Docker with docker compose]([https://docs.docker.com/engine/install/])

## The Simplest Method

Expand All @@ -40,7 +39,7 @@ If you have a Linux machine that already has Docker pre-installed, please just r
<p class="line">
<span class="path">~/lancache</span>
<span class="prompt">$</span>
<span class="command">docker-compose up -d</span>
<span class="command">docker compose up -d</span>
</p>
<p class="line">
<span class="output"># => Configure your router to serve ONLY lancache-dns</span>
Expand Down