Skip to content

Commit

Permalink
Minor changes to clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed May 23, 2023
1 parent 76d6e25 commit 27b84b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
recordings/
.env
.env
docker-compose.yml
12 changes: 6 additions & 6 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
tsr:
image: ghcr.io/mkody/twitch-stream-recorder:master
# You can also change the UID/GID and the username
# used in the container and build the image again
# with `--build` when launching your compose stack.
# used in the container and build the image again with
# `docker compose build` or `docker compose up -d --build`.
build:
context: .
args:
Expand All @@ -25,8 +25,8 @@ services:
# I'd recommend to remove the "=" and values after CLIENT_ID, CLIENT_SECRET
# and AUTH_TOKEN and set them in a `.env` file instead.

# If you want to run it for multiple streamers:
# If you want to run it for multiple streams:
# - duplicate the whole "tsr" section
# - change the "twitch-stream-recorder" service name to something else
# (ie. `tsr-bobross`) as they have to be unique
# - and set the new username in the `USERNAME` env
# - change the "tsr" service name to something else
# (ie. `tsr-bobross`) since they have to be unique
# - set the new username in the `USERNAME` env

0 comments on commit 27b84b4

Please sign in to comment.