From 02441ac846967e947677caca28bef46cbd3d90b7 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Fri, 10 Apr 2020 01:33:36 -0400 Subject: [PATCH] Fixed bug where docker would start building on certain systems when using docker-compose up, and refuse to pull with docker-compose pull --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index fd48e61..fc1e268 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,6 @@ version: "2" services: ytdl_material: - build: . environment: ALLOW_CONFIG_MUTATIONS: 'true' restart: always