3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00

fix compose project name

This commit is contained in:
David Wang 2023-01-18 16:28:14 -08:00
parent 2ceee13a1f
commit 282dffde4e
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
#Use a meaningful name so that you remember what it's for 1 year down the line. #Use a meaningful name so that you remember what it's for 1 year down the line.
#If runnning only one Zeppelin instance, or this is your first one, you may leave this blank. #If runnning only one Zeppelin instance, or this is your first one, you may leave this blank.
#Defaults to "zeppelin_prod" if left blank. #Defaults to "zeppelin_prod" if left blank.
PROJECT_NAME= COMPOSE_PROJECT_NAME=
# 32 character encryption key # 32 character encryption key
KEY= KEY=

View file

@ -1,5 +1,5 @@
version: '3' version: '3'
name: ${PROJECT_NAME:-zeppelin-prod} name: zeppelin-prod
services: services:
nginx: nginx:
build: build: