Skip to content

Commit

Permalink
Remove entrypoint in cron service
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmontoya13 committed Aug 22, 2024
1 parent 9227353 commit 6ec7c5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ services:
- ${ASPEN_DATA_DIR}/logs:/var/log/aspen-discovery
depends_on:
- backend
#entrypoint: ["crond", "-d", "8", "-f"]
entrypoint: cron -f -L 2

db:
image: ${MARIADB_IMAGE:-mariadb:10.5}
Expand Down

0 comments on commit 6ec7c5e

Please sign in to comment.