From 4af51bc03a3aeada0b3eebced33e9242f7b2f1de Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Sun, 19 Jan 2025 19:58:28 +0800 Subject: [PATCH] Change path of nasphoto --- .gitignore | 1 + docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86b21bf..27b100c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ postgres/* library/* +nasphoto diff --git a/docker-compose.yml b/docker-compose.yml index b2ffc56..4353a7c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro - - /media/nasphoto:/nasphoto:ro + - ./nasphoto:/nasphoto:ro env_file: - .env ports: