From ee3c2124c931bad8673b31bdfab0782b99a409bb Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Thu, 24 Oct 2024 10:57:54 +0200 Subject: [PATCH] fix(docker-compose): fix the Docker Compose to mount the `config.toml` file as file and not dir --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 46d82c6..bfd4c83 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: