aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose-postgres.yaml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-15 18:38:20 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-15 18:38:20 +0000
commit560a96161f37734c37dad4e2b1aeade39e7cd7f6 (patch)
tree4039f088a4c4f2fac3c3f70dfe54e559f89c940c /docker-compose-postgres.yaml
parentfixes #14, fixes #16, fixes #17, fixes #18, fixes #19, fixes #20 (diff)
downloadmilla-560a96161f37734c37dad4e2b1aeade39e7cd7f6.tar.gz
milla-560a96161f37734c37dad4e2b1aeade39e7cd7f6.zip
milla can run more than one instance of itself
Diffstat (limited to 'docker-compose-postgres.yaml')
-rw-r--r--docker-compose-postgres.yaml2
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