fix(docker-compose): fix the Docker Compose to mount the config.toml
file as file and not dir
This commit is contained in:
parent
dfb532e4d3
commit
ee3c2124c9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ services:
|
|||
- 3001:3001
|
||||
volumes:
|
||||
- backend-dbstore:/home/perplexica/data
|
||||
- ./config.toml:/home/perplexica/config.toml
|
||||
- ./config.toml:/home/perplexica/config.toml:rw
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
networks:
|
||||
|
|
Loading…
Add table
Reference in a new issue