diff options
Diffstat (limited to 'docker-compose-postgres.yaml')
-rw-r--r-- | docker-compose-postgres.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose-postgres.yaml b/docker-compose-postgres.yaml index a10e79f..38a0924 100644 --- a/docker-compose-postgres.yaml +++ b/docker-compose-postgres.yaml @@ -19,7 +19,7 @@ services: entrypoint: ["/usr/bin/milla"] command: ["--config", "/config.toml"] volumes: - - ./config-gpt.toml:/config.toml + - ./config.toml:/config.toml - /etc/localtime:/etc/localtime:ro cap_drop: - ALL |