Skip to content

Commit

Permalink
#2440 - Add docker files with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Nov 23, 2024
1 parent 8f2e886 commit bdd6cde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ services:
- "USER=Zephir"
volumes:
- .:/srv

zephir-8.4:
container_name: zephir-8.4
hostname: zephir-84
build: .docker/8.4
working_dir: /srv
environment:
- "USER=Zephir"
volumes:
- .:/srv

0 comments on commit bdd6cde

Please sign in to comment.