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 Oct 11, 2024
1 parent 50970c8 commit d782e7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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:v3.0.0
image: ki9mu/arl-ki9mu:v3.0.1
container_name: arl_web
restart: unless-stopped
depends_on:
Expand All @@ -27,7 +27,7 @@ services:
- TZ=Asia/Shanghai

worker:
image: ki9mu/arl-ki9mu:v3.0.0
image: ki9mu/arl-ki9mu:v3.0.1
container_name: arl_worker
restart: unless-stopped
depends_on:
Expand All @@ -47,7 +47,7 @@ services:
- TZ=Asia/Shanghai

scheduler:
image: ki9mu/arl-ki9mu:v3.0.0
image: ki9mu/arl-ki9mu:v3.0.1
container_name: arl_scheduler
restart: unless-stopped
depends_on:
Expand Down Expand Up @@ -85,4 +85,4 @@ services:
driver: "json-file"
options:
max-size: "1M"
max-file: "10"
max-file: "10"

0 comments on commit d782e7b

Please sign in to comment.