feat(docker-compose): link `config.toml` as vol.
This commit is contained in:
parent
c4f52adb45
commit
07e5615860
|
@ -21,6 +21,7 @@ services:
|
|||
- 3001:3001
|
||||
volumes:
|
||||
- backend-dbstore:/home/perplexica/data
|
||||
- ./config.toml:/home/perplexica/config.toml
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue