File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ push-release:
31
31
32
32
33
33
e2e :
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
37
37
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
33
33
With Docker Compose is a Quickstart very easy. Run the following command:
34
34
35
35
``` bash
36
- docker- compose up
36
+ docker compose up
37
37
```
38
38
39
39
and after that open your Browser and go to
You can’t perform that action at this time.
0 commit comments