Skip to content

Commit

Permalink
fix: init db command
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai authored and ibuler committed Aug 15, 2024
1 parent 0c5031f commit 6695e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/init-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
image: ${REGISTRY:-docker.io}/jumpserver/core:${VERSION}
container_name: jms_core
hostname: jms_core
command: "tail -f /dev/null"
command: sleep
env_file:
- ${CONFIG_FILE}
volumes:
Expand Down

0 comments on commit 6695e21

Please sign in to comment.