Skip to content

Commit

Permalink
feat: add PHP 8.2 example, remove PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss committed Feb 5, 2023
1 parent c52e107 commit aa5d24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: '3.5'
services:

app:
image: php:7.4-apache
image: php:8.2-apache
volumes:
- ./:/var/www/html
labels:
- "traefik.http.routers.php-74.rule=Host(`php-74.test`)"
- "traefik.http.routers.php-81.rule=Host(`php-82.test`)"
networks:
- local-dev

Expand Down
File renamed without changes.

0 comments on commit aa5d24a

Please sign in to comment.