From b7d35fde2712f3fce5755253361ac5da86e25697 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Mon, 27 Jan 2025 04:12:17 +0800 Subject: [PATCH] =?UTF-8?q?up(momos)=C3=AF=C2=BC:=20add=20env=20by=2061?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- memos/prod.stack.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/memos/prod.stack.yml b/memos/prod.stack.yml index 606365b..4e890b8 100644 --- a/memos/prod.stack.yml +++ b/memos/prod.stack.yml @@ -1,11 +1,14 @@ # path:: mkdir -pv /data/volumes/memos/data # run:: docker compose -p memos --env-file ./memos/env.cfg -f ./memos/prod.stack.yml up -d +# run:: docker compose -p memos --env-file ./memos/env-61.cfg -f ./memos/prod.stack.yml up -d services: memos: image: ${IMAGE_TAG} volumes: - ${Volumes_Path}/data:/var/opt/memos + - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro ports: - '5230:5230' container_name: memos