Skip to content

Commit 743e30d

Browse files
committed
remove extra-hosts flag from docker-compose file
1 parent eb2b8d2 commit 743e30d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ services:
55
container_name: nymeria
66
build:
77
context: ./
8-
dockerfile: Dockerfile
9-
extra_hosts:
10-
- "localhost:127.0.0.1"
8+
dockerfile: Dockerfile
119
ports:
1210
- "8080:8080"
1311
restart: always

0 commit comments

Comments
 (0)