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:
|
volumes:
|
||||||
- obsidian_data:/opt/couchdb/data
|
- obsidian_data:/opt/couchdb/data
|
||||||
environment:
|
environment:
|
||||||
- COUCHDB_USER=${OBSIDIAN_USER:_obsidian}
|
- COUCHDB_USER=${OBSIDIAN_USER}
|
||||||
- COUCHDB_PASSWORD=${OBSIDIAN_PASSWORD}
|
- COUCHDB_PASSWORD=${OBSIDIAN_PASSWORD}
|
||||||
networks:
|
networks:
|
||||||
- obsidian-network
|
- obsidian-network
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue