From 50832c61df243280106f108e95af520887a14867 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Tue, 8 Dec 2020 02:06:49 -0500 Subject: [PATCH] Aligned names a bit more. --- README.md | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b7df5b8..19207b71 100644 --- a/README.md +++ b/README.md @@ -404,8 +404,8 @@ getting all the right versions of dependencies on your system. ``` docker-compose up -docker-compose run container bash -c "cd examples && editly audio1.json5 --out /outputs/audio1.mp4" -docker cp container:/outputs/audio1.mp4 +docker-compose run editly bash -c "cd examples && editly audio1.json5 --out /outputs/audio1.mp4" +docker cp editly:/outputs/audio1.mp4 ``` ## Troubleshooting diff --git a/docker-compose.yml b/docker-compose.yml index f0d66e04..f74659c8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: - container: + editly: container_name: editly image: editly/editly:latest build: