Skip to content

Commit

Permalink
remove extra-hosts flag from docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
pratham1729 committed Sep 21, 2022
1 parent eb2b8d2 commit 743e30d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ services:
container_name: nymeria
build:
context: ./
dockerfile: Dockerfile
extra_hosts:
- "localhost:127.0.0.1"
dockerfile: Dockerfile
ports:
- "8080:8080"
restart: always
Expand Down

0 comments on commit 743e30d

Please sign in to comment.