From bb6562fcb1d5ee1d7d4cd76ccb1cbf8f344bbb99 Mon Sep 17 00:00:00 2001 From: Cesura Date: Fri, 16 Apr 2021 01:52:01 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 027d078..0737625 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,13 @@ If your processor does not have support for AVX instructions, the "latest" image $ docker run -d -p 5000:5000 -v /path/to/local/dir:/app/data cesura/pastey:latest-conda ``` +### docker-compose +If you prefer to use docker-compose: +``` +$ git clone https://github.com/Cesura/pastey.git && cd pastey && docker-compose up -d +``` +Note that this must be modified if you wish to use a local directory for storage, rather than a Docker volume. + ### Local Requirements: * Python 3.8