Skip to content

Commit

Permalink
remove automatic crons
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 22, 2023
1 parent 75e4e1a commit c12d1ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: '3'
services:
biblioteca:
image: ghcr.io/biblioverse/biblioteca-docker:1.0.6
entrypoint: ["/bin/sh", "-c" , "crontab /var/www/html/config/crontab.txt && apache2-foreground" ]
ports:
- "48480:8080"
depends_on:
Expand Down

0 comments on commit c12d1ab

Please sign in to comment.