mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
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:
@@ -2,7 +2,6 @@
|
||||
version: "2"
|
||||
services:
|
||||
ytdl_material:
|
||||
build: .
|
||||
environment:
|
||||
ALLOW_CONFIG_MUTATIONS: 'true'
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user