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