update nas package path
This commit is contained in:
@@ -3,13 +3,13 @@ services:
|
||||
# NAS deployment file.
|
||||
#
|
||||
# Recommended NAS path:
|
||||
# /share/Container/Gemini_Draw
|
||||
# /share/Container/gemini-drawpicture
|
||||
#
|
||||
# If your project is in a different folder, update `build.context` below
|
||||
# or run compose from the project folder and change it to `.`.
|
||||
#
|
||||
# First-time setup on NAS:
|
||||
# cd /share/Container/Gemini_Draw
|
||||
# cd /share/Container/gemini-drawpicture
|
||||
# cp .env.example .env.local
|
||||
# vi .env.local
|
||||
#
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
# APP_URL="http://192.168.31.5:4001"
|
||||
#
|
||||
# Build and start:
|
||||
# cd /share/Container/Gemini_Draw
|
||||
# cd /share/Container/gemini-drawpicture
|
||||
# sudo docker compose -f docker_compose_Nas.yaml up -d --build
|
||||
#
|
||||
# Rebuild from scratch:
|
||||
@@ -35,7 +35,7 @@ services:
|
||||
# UI: http://192.168.31.5:4001/
|
||||
# API: http://192.168.31.5:4000/api/health
|
||||
build:
|
||||
context: /share/Container/Gemini_Draw
|
||||
context: /share/Container/gemini-drawpicture
|
||||
dockerfile: Dockerfile
|
||||
container_name: gemini-drawpicture
|
||||
init: true
|
||||
|
||||
Reference in New Issue
Block a user