Collection of docker-compose used in videos on the RoKeTech youtube channel
All files are correct and tested.
- Download the docker-compose-{application}.yml file
- Open the file in an editor
- Change
PUID
,PGID
according to the commandid {user name}
- for exampleid admin
- Change the
TZ
to your time zone - Change the paths in the volumes section to yours for:
- Configuration (
:/config
) - Data (
:/data
:/downloads
:/tv
:/movies
:/music
:/book
)
- Configuration (