Skip to content

Commit

Permalink
修改默认端口到80
Browse files Browse the repository at this point in the history
  • Loading branch information
Maicius committed May 18, 2019
1 parent 3510508 commit f1dc8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
web:
build: .
ports:
- "5000:5000"
- "80:5000"
volumes:
- .:/qqzone_spider
depends_on:
Expand Down

0 comments on commit f1dc8e6

Please sign in to comment.