Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 77f55e4

Browse files
committed
Removed specify docker-compose file from develop
1 parent 563229a commit 77f55e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export KIBANA_PORT=${KIBANA_PORT:-5601}
1212
export CFN_TEMPLATE=${CFN_TEMPLATE:-cloudformation}
1313

1414
# Set the docker-compose files to use.
15-
DOCKER_COMPOSE="docker-compose -f docker-compose.yml"
15+
DOCKER_COMPOSE="docker-compose"
1616

1717
if [[ $(uname) == "Darwin" ]]; then
1818
DOCKER_COMPOSE="${DOCKER_COMPOSE} -f docker-compose.mac.yml"

0 commit comments

Comments
 (0)