Skip to content

Commit

Permalink
Update: 尝试优化显示
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Nov 7, 2023
1 parent 8cdac9b commit 8ce1204
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ services:
- shared-volume:/tmp/docker
working_dir: /imi
command: tail -f /dev/null
tty: true

php:
container_name: "php"
Expand Down Expand Up @@ -154,4 +155,5 @@ services:
- "/tmp/base_cache:/tmp/base_cache:rw"
- "/tmp/base_cache/phpstan:/tmp/phpstan:rw"
working_dir: /imi
command: tail -f /dev/null
command: tail -f /dev/null
tty: true

0 comments on commit 8ce1204

Please sign in to comment.