Skip to content

Commit

Permalink
Fixed bug where docker would start building on certain systems when u…
Browse files Browse the repository at this point in the history
…sing docker-compose up, and refuse to pull with docker-compose pull
  • Loading branch information
Tzahi12345 committed Apr 10, 2020
1 parent 4666aa1 commit 02441ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
version: "2"
services:
ytdl_material:
build: .
environment:
ALLOW_CONFIG_MUTATIONS: 'true'
restart: always
Expand Down

0 comments on commit 02441ac

Please sign in to comment.