Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ki9mu authored May 28, 2022
1 parent 5b790b1 commit bda38a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ volumes:

services:
web:
image: ki9mu/arl-ki9mu:v2.6.1
image: ki9mu/arl-ki9mu:v2.6.2
container_name: arl_web
restart: unless-stopped
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
- TZ=Asia/Shanghai

worker:
image: ki9mu/arl-ki9mu:v2.6.1
image: ki9mu/arl-ki9mu:v2.6.2
container_name: arl_worker
restart: unless-stopped
depends_on:
Expand All @@ -48,7 +48,7 @@ services:
- TZ=Asia/Shanghai

scheduler:
image: ki9mu/arl-ki9mu:v2.6.1
image: ki9mu/arl-ki9mu:v2.6.2
container_name: arl_scheduler
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit bda38a9

Please sign in to comment.