mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Changing to githubs raw url.
This commit is contained in:
parent
f0162190ea
commit
42cb8cf496
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Make sure you have both docker and docker-compose(>=`1.24.0`) installed.
|
|||
```
|
||||
mkdir /lemmy/
|
||||
cd /lemmy/
|
||||
wget https://github.com/dessalines/lemmy/blob/master/docker/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/docker-compose.yml
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue