Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KMTsvetanov committed Nov 17, 2023
1 parent c88d57b commit bd091e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ services:
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
MYSQL_DATABASE: ${MYSQL_DATABASE}

cache:
container_name: cache
image: redis:latest

# Commented because low CPU and Memory on Laptop ( http://localhost:9200/ and http://localhost:5601/app/dev_tools#/console )
# cache:
# container_name: cache
# image: redis:latest
#
# es01:
# image: docker.elastic.co/elasticsearch/elasticsearch:8.11.0
# container_name: es01
Expand Down

0 comments on commit bd091e7

Please sign in to comment.