Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
host fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsaturyan committed May 29, 2024
1 parent 21cc566 commit de37b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ services:
backend:
build: backend/.
network_mode: "host"
ports:
- "8081:8081"
# ports:
# - "8081:8081"
volumes:
- ./docker-compose.yaml:/app/docker-compose.yaml
depends_on:
Expand Down

0 comments on commit de37b73

Please sign in to comment.