Skip to content

Commit

Permalink
Add init to crond and adminer
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Aug 16, 2023
1 parent 0883cc3 commit bfc8ed4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ services:
# crond:
# image: wodby/php:$PHP_TAG
# container_name: "${PROJECT_NAME}_crond"
# init: true
# environment:
# CRONTAB: "0 * * * * echo 'cron test'"
# command: sudo crond -f -d 0
Expand Down Expand Up @@ -128,6 +129,7 @@ services:
# adminer:
# container_name: "${PROJECT_NAME}_adminer"
# image: wodby/adminer:$ADMINER_TAG
# init: true
# environment:
## # For PostgreSQL:
## ADMINER_DEFAULT_DB_DRIVER: pgsql
Expand Down

0 comments on commit bfc8ed4

Please sign in to comment.