Skip to content

Commit

Permalink
Aligned names a bit more.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Dec 8, 2020
1 parent c6ec5ed commit 50832c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"

services:
container:
editly:
container_name: editly
image: editly/editly:latest
build:
Expand Down

0 comments on commit 50832c6

Please sign in to comment.