Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzinatraDev committed Dec 19, 2024
1 parent c5657e2 commit 1a1ed32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ services:
condition: service_healthy
networks:
- database
# frontend:
# build:
# dockerfile: Dockerfile
# context: frontend
# ports:
# - "127.0.0.1:5173:5173"
frontend:
build:
dockerfile: Dockerfile
context: frontend
ports:
- "127.0.0.1:5173:5173"
db:
container_name: database
hostname: mongodb
Expand Down

0 comments on commit 1a1ed32

Please sign in to comment.