fix: Migrate away from DockerHub where possible

This commit is contained in:
Adrien Poupa
2025-03-09 13:53:29 -04:00
parent 2a7dbd0342
commit ddcc9210e6
5 changed files with 53 additions and 30 deletions

View File

@@ -41,7 +41,7 @@ services:
- joplin
joplin-backup:
image: adrienpoupa/rclone-backup:latest
image: ghcr.io/adrienpoupa/rclone-backup:latest
container_name: joplin-backup
restart: always
env_file:
@@ -56,4 +56,4 @@ services:
- ${CONFIG_ROOT:-.}/joplin/storage:/storage
- ${CONFIG_ROOT:-.}/joplin/backup:/config
profiles:
- joplin
- joplin