Skip to content

Commit

Permalink
add the port 8000 for php built in server;
Browse files Browse the repository at this point in the history
add the port 8080 for roadrunner;
  • Loading branch information
vgocoder committed Apr 14, 2021
1 parent 308a852 commit 4757c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ services:
ports:
- "80:80"
- "443:443"
- "8000:8000"
- "8080:8080"
environment:
MYSQL_ROOT_PASSWORD: 12345678
TZ: Asia/Shanghai
Expand Down

0 comments on commit 4757c06

Please sign in to comment.