From 97ee9458bb2f9541e855ae12c61625cfc20173f2 Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Thu, 25 May 2023 23:19:35 -0400 Subject: [PATCH] Fix typo --- v4/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4/docker-compose.yaml b/v4/docker-compose.yaml index 09ab9be..3c4c744 100644 --- a/v4/docker-compose.yaml +++ b/v4/docker-compose.yaml @@ -32,7 +32,7 @@ services: volumes: - 'web-config:/etc/bottin' restart: 'unless-stopped' - command: ['bottin', '--config', '/etc/bottin/api.yaml', 'web'] + command: ['bottin', '--config', '/etc/bottin/web.yaml', 'web'] # adminer: # image: adminer