Fixed bug where docker would start building on certain systems when using docker-compose up, and refuse to pull with docker-compose pull

This commit is contained in:
Isaac Grynsztein
2020-04-10 01:33:36 -04:00
parent 4666aa15b3
commit 02441ac846

View File

@@ -2,7 +2,6 @@
version: "2"
services:
ytdl_material:
build: .
environment:
ALLOW_CONFIG_MUTATIONS: 'true'
restart: always