Skip to content

Commit

Permalink
refactor: 💡 修改镜像地址
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed May 29, 2024
1 parent 4b6973e commit e80333b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker-compose-alist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
alist:
image: monlor/xiaoya-alist
image: ghcr.io/monlor/xiaoya-alist
container_name: alist
volumes:
- xiaoya:/data
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-emby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
alist:
image: monlor/xiaoya-alist
image: ghcr.io/monlor/xiaoya-alist
container_name: alist
volumes:
- xiaoya:/data
Expand All @@ -21,7 +21,7 @@ services:
networks:
- default
glue:
image: monlor/xiaoya-glue
image: ghcr.io/monlor/xiaoya-glue
container_name: glue
environment:
- LANG=C.UTF-8
Expand All @@ -39,7 +39,7 @@ services:
networks:
- default
emby:
image: monlor/xiaoya-emby
image: ghcr.io/monlor/xiaoya-emby
container_name: emby
environment:
- TZ=Asia/Shanghai
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-jellyfin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
alist:
image: monlor/xiaoya-alist
image: ghcr.io/monlor/xiaoya-alist
container_name: alist
volumes:
- xiaoya:/data
Expand All @@ -21,7 +21,7 @@ services:
networks:
- default
glue:
image: monlor/xiaoya-glue
image: ghcr.io/monlor/xiaoya-glue
container_name: glue
environment:
- LANG=C.UTF-8
Expand All @@ -39,7 +39,7 @@ services:
networks:
- default
jellyfin:
image: monlor/xiaoya-jellyfin
image: ghcr.io/monlor/xiaoya-jellyfin
container_name: jellyfin
environment:
- TZ=Asia/Shanghai
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
alist:
image: monlor/xiaoya-alist
image: ghcr.io/monlor/xiaoya-alist
container_name: alist
volumes:
- xiaoya:/data
Expand All @@ -21,7 +21,7 @@ services:
networks:
- default
glue:
image: monlor/xiaoya-glue
image: ghcr.io/monlor/xiaoya-glue
container_name: glue
environment:
- LANG=C.UTF-8
Expand All @@ -39,7 +39,7 @@ services:
networks:
- default
emby:
image: monlor/xiaoya-emby
image: ghcr.io/monlor/xiaoya-emby
container_name: emby
environment:
- TZ=Asia/Shanghai
Expand All @@ -61,7 +61,7 @@ services:
networks:
- default
jellyfin:
image: monlor/xiaoya-jellyfin
image: ghcr.io/monlor/xiaoya-jellyfin
container_name: jellyfin
environment:
- TZ=Asia/Shanghai
Expand Down

0 comments on commit e80333b

Please sign in to comment.