Skip to content
Snippets Groups Projects
Commit fc539633 authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/gitlab-drupal-ci#14 pull images and start containers after update

Add flag to remove orphans when starting containers
parent 62c503f9
No related branches found
No related tags found
1 merge request!29Merging develop into main
Pipeline #542727 passed
......@@ -10,7 +10,7 @@ commands:
cmd: docker compose build "$@"
usage: Run docker compose build
up:
cmd: docker compose up -d "$@"
cmd: docker compose up -d --remove-orphans "$@"
usage: Run docker compose up
ps:
cmd: docker compose ps "$@"
......@@ -33,5 +33,8 @@ commands:
cmd: ahoy d4d exec /bin/bash "$@"
usage: Open shell in the PHP container
update:
cmd: composer lakedrops:docker4drupal
usage: Update Docker4Drupal setup in project
cmd: |
composer lakedrops:docker4drupal
docker compose pull
ahoy d4d up
usage: Update Docker4Drupal setup in project, pull images and start containers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment