mirror of https://github.com/LemmyNet/lemmy.git
asd
parent
44a44c9873
commit
45443c0b74
|
@ -64,8 +64,9 @@ Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Infern
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
|
Make sure you have both docker and docker-compose(>=`1.24.0`) installed.
|
||||||
|
|
||||||
```
|
```
|
||||||
apt install docker docker-compose
|
|
||||||
mkdir /lemmy/
|
mkdir /lemmy/
|
||||||
cd /lemmy/
|
cd /lemmy/
|
||||||
wget https://github.com/dessalines/lemmy/blob/master/docker/docker-compose.yml
|
wget https://github.com/dessalines/lemmy/blob/master/docker/docker-compose.yml
|
||||||
|
|
Loading…
Reference in New Issue