aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-10 16:26:19 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-10 16:26:19 +0000
commitf2dc1280cff63dedf35c171a72c2002a85d93a00 (patch)
tree41dd15b0e14d5fa6ee234368d12e0f0f7424a537 /docker-compose.yaml
parent changd the tag to message from messages for the response (diff)
downloadmilla-f2dc1280cff63dedf35c171a72c2002a85d93a00.tar.gz
milla-f2dc1280cff63dedf35c171a72c2002a85d93a00.zip
fixes #3
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index a96c56b..49829c8 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -14,7 +14,8 @@ services:
max-size: "100m"
networks:
- millanet
- restart: unless-stopped
+ # restart: unless-stopped
+ restart: no
command: ["--config", "/opt/milla/config.toml"]
volumes:
- ./config.toml:/opt/milla/config.toml