Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
上传了ARL docker镜像的备份,更改了docker-compose
  • Loading branch information
3122365857 committed May 14, 2024
1 parent 4329b2f commit 97d5396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ volumes:

services:
web:
image: tophant/arl:${ARL_VERSION:-latest}
image: furryheili/arl:Backup
container_name: arl_web
restart: unless-stopped
depends_on:
Expand All @@ -27,7 +27,7 @@ services:
- TZ=Asia/Shanghai

worker:
image: tophant/arl:${ARL_VERSION:-latest}
image: furryheili/arl:Backup
container_name: arl_worker
restart: unless-stopped
depends_on:
Expand All @@ -47,7 +47,7 @@ services:
- TZ=Asia/Shanghai

scheduler:
image: tophant/arl:${ARL_VERSION:-latest}
image: furryheili/arl:Backup
container_name: arl_scheduler
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit 97d5396

Please sign in to comment.