mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 02:25:01 +00:00
fix compose project name
This commit is contained in:
parent
2ceee13a1f
commit
282dffde4e
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
#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.
|
||||
#Defaults to "zeppelin_prod" if left blank.
|
||||
PROJECT_NAME=
|
||||
COMPOSE_PROJECT_NAME=
|
||||
|
||||
# 32 character encryption key
|
||||
KEY=
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
version: '3'
|
||||
name: ${PROJECT_NAME:-zeppelin-prod}
|
||||
name: zeppelin-prod
|
||||
services:
|
||||
nginx:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue