diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-15 18:38:20 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-15 18:38:20 +0000 |
commit | 560a96161f37734c37dad4e2b1aeade39e7cd7f6 (patch) | |
tree | 4039f088a4c4f2fac3c3f70dfe54e559f89c940c /docker-compose-postgres.yaml | |
parent | fixes #14, fixes #16, fixes #17, fixes #18, fixes #19, fixes #20 (diff) | |
download | milla-560a96161f37734c37dad4e2b1aeade39e7cd7f6.tar.gz milla-560a96161f37734c37dad4e2b1aeade39e7cd7f6.zip |
milla can run more than one instance of itself
Diffstat (limited to '')
-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 |