File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ push-release:
3131
3232
3333e2e :
34- @BOOKSTACK_IMAGE=" $( DOCKER_RELEASE_REG) /${DOCKER_IMAGE_DEV} :${DOCKER_INTERNAL_TAG} " docker- compose -f docker-compose.test.yml up -d
35- @BOOKSTACK_IMAGE=" $( DOCKER_RELEASE_REG) /${DOCKER_IMAGE_DEV} :${DOCKER_INTERNAL_TAG} " docker- compose -f docker-compose.test.yml run --rm sut
36- @BOOKSTACK_IMAGE=" $( DOCKER_RELEASE_REG) /${DOCKER_IMAGE_DEV} :${DOCKER_INTERNAL_TAG} " docker- compose -f docker-compose.test.yml down -v
34+ @BOOKSTACK_IMAGE=" $( DOCKER_RELEASE_REG) /${DOCKER_IMAGE_DEV} :${DOCKER_INTERNAL_TAG} " docker compose -f docker-compose.test.yml up -d
35+ @BOOKSTACK_IMAGE=" $( DOCKER_RELEASE_REG) /${DOCKER_IMAGE_DEV} :${DOCKER_INTERNAL_TAG} " docker compose -f docker-compose.test.yml run --rm sut
36+ @BOOKSTACK_IMAGE=" $( DOCKER_RELEASE_REG) /${DOCKER_IMAGE_DEV} :${DOCKER_INTERNAL_TAG} " docker compose -f docker-compose.test.yml down -v
3737
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ In 0.12.2 we removed `DB_PORT` . You can now specify the port via `DB_HOST` like
3333With Docker Compose is a Quickstart very easy. Run the following command:
3434
3535``` bash
36- docker- compose up
36+ docker compose up
3737```
3838
3939and after that open your Browser and go to
You can’t perform that action at this time.
0 commit comments