瀏覽代碼

update README.md

Update docker section in README.md.

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl 6 年之前
父節點
當前提交
a36a7b21c8
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -86,3 +86,11 @@ with the following commands:
 $ docker image build -t custom-eggdrop -f eggdrop.Dockerfile .
 $ docker image build -t eggdrop-postgres -f postgres.Dockerfile .
 ```
+
+You can run a test setup that uses these images with the `docker-compose.yml`
+file in this repository. It starts an InspIRCd, an eggdrop-postgres, and a
+custom-eggdrop container. You can deploy it with the following command:
+
+```console
+$ docker stack deploy -c docker-compose.yml eggdrop-test
+```