- Create
/etc/docker-composefolder - Copy docker-compose@.service to
/etc/systemd/system/docker-compose@.service - (Optional) Copy repository contents to
/etc/docker-compose
- Create a
/etc/docker-compose/\<servicename\>directory - Create a
/etc/docker-compose/\<servicename\>/docker-compose.ymlfile
- Start the service via
systemctl start docker-compose@\<servicename\> - (Optional) Start the service on boot with
systemctl enable docker-compose@\<servicename\>
Execute the following line as root:
echo '0 4 * * * root /bin/systemctl reload docker-compose@*.service' >> /etc/crontab
Uncomment '--no-pull' in watchtower/docker-compose.yml (and remove the line in crontab)
- firefly-iii
- gitea
- lanraragi
- plex
- watchtower