Skip to content

Commit

Permalink
UPDATE : the makefile create the shared network between the 2 docker-…
Browse files Browse the repository at this point in the history
…compose files
  • Loading branch information
jaguar-ks committed Oct 26, 2024
1 parent 0f8bc22 commit d9e0477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ images=$(shell docker image ls -aq)
all: build

build:
docker network create elk_net
docker-compose -f docker-compose.yml build

up: build
Expand Down

0 comments on commit d9e0477

Please sign in to comment.