Skip to content

Commit

Permalink
fix: 修改错误的镜像名称
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron3S committed Jun 19, 2023
1 parent cd3c042 commit 31a111e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compose/docker-compose-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
- net

chen:
image: registry.fit2cloud.com/jumpserver/chen:${VERSION}
image: jumpserver/chen:${VERSION}
container_name: jms_chen
ulimits:
core: 0
Expand Down
2 changes: 2 additions & 0 deletions compose/docker-compose-xpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ services:
ports:
- ${MAGNUS_POSTGRESQL_PORT:-54320}:54320
- ${MAGNUS_ORACLE_PORTS:-30000-30030}:${MAGNUS_ORACLE_PORTS:-30000-30030}
chen:
image: registry.fit2cloud.com/jumpserver/chen:${VERSION}

web:
image: registry.fit2cloud.com/jumpserver/web:${VERSION}
Expand Down

0 comments on commit 31a111e

Please sign in to comment.