Skip to content

Commit

Permalink
对外暴露8000端口
Browse files Browse the repository at this point in the history
  • Loading branch information
hupeng committed Oct 7, 2020
1 parent 9cb80d2 commit 944e505
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/application/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ services:
yshop-admin:
image: yshop-admin:latest
container_name: yshop-admin
ports:
- 8000:8000
volumes:
- "/yshop/log:/log"
- "/yshop/log:/log"

0 comments on commit 944e505

Please sign in to comment.