Skip to content

Commit

Permalink
fix: docker compose with hub
Browse files Browse the repository at this point in the history
  • Loading branch information
thuankg1752 committed Oct 20, 2024
1 parent e515e2a commit c04ac70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ services:

fe:
container_name: "${COMPOSE_PROJECT_NAME}-fe"
image: ${COMPOSE_PROJECT_NAME}-node
# image: ${COMPOSE_PROJECT_NAME}-node
image: cslant/blog-node
networks:
- cslant_blog
volumes:
Expand Down
3 changes: 2 additions & 1 deletion elastic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG ELASTIC_STACK_VERSION=8.14.3
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_STACK_VERSION}

LABEL maintainer="Tan Nguyen <[email protected]>"
LABEL authors="cslant"

FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_STACK_VERSION}

0 comments on commit c04ac70

Please sign in to comment.