From 596de39c32e67221dd4e1c332386f1cd3fc7f319 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Sat, 28 Oct 2023 12:57:07 +0200 Subject: [PATCH] fix: docker-compose start command (#394) --- docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e2c9e7797..fedda3417 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,9 @@ -version: '3.1' +version: "3.1" services: backend: image: kitsune - command: - - config.toml + command: --config config.toml ports: - "5000:5000" networks: