asd
This commit is contained in:
parent
637688f82e
commit
345f3e2bca
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue