From f98f2cccdbe94192ebde34b55877dd7d5af5bddb Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 24 Jun 2024 16:00:37 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0eb752a..8d8a5b6 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,15 @@ services: - FORCE_SSL=1 mem_limit: 2g volumes: - - ./data:/var/www/seeddms/data - - ./backup:/var/www/seeddms/backup + - dms-data:/var/www/seeddms/data + - dms-backup:/var/www/seeddms/backup logging: options: max-size: "10m" max-file: "1" +volumes: + dms-data: + dms-backup: ``` If you run for the first time make sure to call `/install` and follow the instructions there.