mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Changing to githubs raw url.
This commit is contained in:
parent
f375a5ae73
commit
b42d76de87
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/
|
mkdir /lemmy/
|
||||||
cd /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
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue