fix(docker-compose): fix the Docker Compose to mount the config.toml file as file and not dir

This commit is contained in:
Damien Laureaux 2024-10-24 10:57:54 +02:00
parent dfb532e4d3
commit ee3c2124c9
No known key found for this signature in database
GPG key ID: 3802EADA1C1C604D

View file

@ -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: