Skip to content

Commit

Permalink
Add init: true for crond and adminer #552
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Aug 14, 2023
1 parent fb0360e commit 1eaeeb5
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 @@ -52,6 +52,7 @@ services:
# - files:/mnt/files

crond:
init: true
image: wodby/drupal-php:$PHP_TAG
container_name: "${PROJECT_NAME}_crond"
environment:
Expand Down Expand Up @@ -140,6 +141,7 @@ services:

# adminer:
# container_name: "${PROJECT_NAME}_adminer"
# init: true
# image: wodby/adminer:$ADMINER_TAG
# environment:
# # For PostgreSQL:
Expand Down

0 comments on commit 1eaeeb5

Please sign in to comment.