添加注释
This commit is contained in:
parent
1aa5f31694
commit
e094f456d9
@ -16,9 +16,11 @@ services:
|
||||
PORT: 18888
|
||||
DB_HOST: postgres_forsurl
|
||||
DB_PORT: 5432
|
||||
DB_PASS: PASSWORD4DB
|
||||
# 更改此处密码
|
||||
DB_PASS: "PASSWORD4DB"
|
||||
REDIS_HOST: redis_forsurl
|
||||
# SECRET_KEY: ne09xhakcvoi13$>":<[].
|
||||
# change this to your secret key or it will be generated
|
||||
#SECRET_KEY: ne09xhakcvoi13$>":<[].
|
||||
redis_forsurl:
|
||||
image: redis:latest
|
||||
restart: no
|
||||
@ -30,4 +32,5 @@ services:
|
||||
networks:
|
||||
- surl-network
|
||||
environment:
|
||||
# 更改此处密码
|
||||
POSTGRES_PASSWORD: "PASSWORD4DB"
|
||||
|
Loading…
Reference in New Issue
Block a user