Skip to content

Commit

Permalink
[Release] prepare 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed May 1, 2024
1 parent 0c81d5c commit 47fa8f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker/deploy/scaleph/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
services:

scaleph-api:
image: ghcr.io/flowerfine/scaleph/scaleph-api:latest
image: ghcr.io/flowerfine/scaleph/scaleph-api:v2.0.3
container_name: scaleph-api
depends_on:
mysql:
Expand All @@ -39,7 +39,7 @@ services:
- scaleph

scaleph-ui-react:
image: ghcr.io/flowerfine/scaleph/scaleph-ui-react:latest
image: ghcr.io/flowerfine/scaleph/scaleph-ui-react:v2.0.3
container_name: scaleph-ui-react
depends_on:
scaleph-api:
Expand All @@ -52,7 +52,7 @@ services:
- scaleph

mysql:
image: ghcr.io/flowerfine/scaleph/mysql:latest
image: ghcr.io/flowerfine/scaleph/mysql:v2.0.3
container_name: mysql
environment:
- TZ=Asia/Shanghai
Expand Down

0 comments on commit 47fa8f6

Please sign in to comment.