mirror of https://github.com/LemmyNet/lemmy.git
Changing setup from root dirs.
parent
b42d76de87
commit
09e931eefa
|
@ -67,8 +67,8 @@ Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Infern
|
||||||
Make sure you have both docker and docker-compose(>=`1.24.0`) installed.
|
Make sure you have both docker and docker-compose(>=`1.24.0`) installed.
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir /lemmy/
|
mkdir lemmy/
|
||||||
cd /lemmy/
|
cd lemmy/
|
||||||
wget https://raw.githubusercontent.com/dessalines/lemmy/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 New Issue