Skip to content

Commit

Permalink
Add init for adminer and crond
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Aug 16, 2023
1 parent b36c5ee commit 8485764
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 @@ -45,6 +45,7 @@ services:

crond:
image: wodby/wordpress-php:$PHP_TAG
init: true
container_name: "${PROJECT_NAME}_crond"
environment:
CRONTAB: "0 * * * * wp cron event run --due-now --path=/var/www/html"
Expand Down Expand Up @@ -117,6 +118,7 @@ services:
# adminer:
# container_name: "${PROJECT_NAME}_adminer"
# image: wodby/adminer:$ADMINER_TAG
# init: true
# environment:
# ADMINER_DEFAULT_DB_HOST: $DB_HOST
# ADMINER_DEFAULT_DB_NAME: $DB_NAME
Expand Down

0 comments on commit 8485764

Please sign in to comment.