modify(memos): modify database stack bug
This commit is contained in:
parent
7763d9d51f
commit
a1c979920e
@ -4,10 +4,11 @@ services:
|
||||
memos:
|
||||
image: neosmemo/memos:0.20.0
|
||||
container_name: memos
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /data/volumes/memos/data:/var/opt/memos
|
||||
ports:
|
||||
- 5230:5230
|
||||
environment:
|
||||
- MEMOS_DRIVER=postgres
|
||||
- MEMOS_DSN=postgresql://pgmemos:KevinGunn#0412@192.168.100.184:5432/memos?sslmode=disable
|
||||
- MEMOS_DSN=postgresql://pgmemos:'KevinGunn#0412'@192.168.100.184:5432/memos?sslmode=disable
|
Loading…
x
Reference in New Issue
Block a user