瀏覽代碼

Add install with docker to README

alefvanoon 3 年之前
父節點
當前提交
55920542d2
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -113,7 +113,13 @@ libremdb will start running at http://localhost:3000.
 
 ### Docker
 
-There's a [docker image](https://github.com/PussTheCat-org/docker-libremdb-quay) made by [@TheFrenchGhosty](https://github.com/TheFrenchGhosty) for [PussTheCat.org's instance](https://libremdb.pussthecat.org). You can use that in case you wish to use docker.
+To run libremdb with Docker, you need to install Docker & docker-compose.
+
+   ```bash
+   git clone https://github.com/zyachel/quetre.git # replace gituhb.com with codeberg.org if you wish so.
+   cd quetre
+   docker-compose up -d
+   ```
 
 ---