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

pull/60/head
Isaac Grynsztein 5 years ago
parent 4666aa15b3
commit 02441ac846

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

Loading…
Cancel
Save