Skip to content

Commit b58300f

Browse files
committed
Remove unnecessary docker port config.
1 parent b1da271 commit b58300f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
image: nginx:alpine
55
ports:
66
- 127.0.0.1:80:80
7-
- ${SERVER_HOST:-127.0.0.1}:${SERVER_PORT-}:80
87
volumes:
98
- .:/usr/share/nginx/html:ro
109
mocha:

0 commit comments

Comments
 (0)