Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNick committed Dec 12, 2024
1 parent e23dd5f commit ba17cd4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ services:
- db
- influxdb2

# frontend:
# build:
# dockerfile: frontend.Dockerfile
# ports:
# - "127.0.0.1:81:80"
# depends_on:
# - backend
frontend:
build:
dockerfile: frontend.Dockerfile
ports:
- "127.0.0.1:4433:80"
depends_on:
- backend

volumes:
mongo_data:
Expand Down

0 comments on commit ba17cd4

Please sign in to comment.