Update readme
This commit is contained in:
parent
de873188a3
commit
1385d27043
10
README.md
10
README.md
@ -2,7 +2,15 @@
|
||||
|
||||
1. Download the "root" folder from the [Tdarr Repo (direct link)](https://github.com/HaveAGitGat/Tdarr/tree/master/docker/root)
|
||||
2. Place this folder in here, next to the dockerfile
|
||||
3. Build the container. `buildah bud -t tdarr-ffmpeg5.1:<tag> -f debian-bullseye.dockerfile`
|
||||
3. Build the server and the node container
|
||||
|
||||
### Server
|
||||
|
||||
`$ buildah bud -t tdarr-server-ffmpeg5.1:2 -t tdarr-server-ffmpeg5.1:latest -f debian-bullseye.dockerfile`
|
||||
|
||||
### Node
|
||||
|
||||
`$ buildah bud -t tdarr-node-ffmpeg5.1:2 -t tdarr-node-ffmpeg5.1:latest -f debian-bullseye.dockerfile --build-arg "MODULE=Tdarr_Node"`
|
||||
|
||||
## Versions
|
||||
|
||||
|
Reference in New Issue
Block a user