Skip to content

Commit

Permalink
fix: 修正一些问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Nov 26, 2023
1 parent d785ef1 commit 3219d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
core:
image: jumpserver/core:${VERSION}
image: jumpserver/core-ce:${VERSION}
container_name: jms_core
ulimits:
core: 0
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
- net

celery:
image: jumpserver/core:${VERSION}
image: jumpserver/core-ce:${VERSION}
container_name: jms_celery
ulimits:
core: 0
Expand Down

0 comments on commit 3219d07

Please sign in to comment.