fix: Remove default value from OBSIDIAN_USER env var
Docker Compose doesn't support ${VAR:_default} syntax
This commit is contained in:
parent
9baedc40e9
commit
8cea7aa7ad
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ services:
|
|||
volumes:
|
||||
- obsidian_data:/opt/couchdb/data
|
||||
environment:
|
||||
- COUCHDB_USER=${OBSIDIAN_USER:_obsidian}
|
||||
- COUCHDB_USER=${OBSIDIAN_USER}
|
||||
- COUCHDB_PASSWORD=${OBSIDIAN_PASSWORD}
|
||||
networks:
|
||||
- obsidian-network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue