diff options
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 3 |
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 |