1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-06 16:16:39 +02:00

Add PHP 81 as test environment

This commit is contained in:
Mikael Roos
2022-05-24 12:57:08 +02:00
parent bb60001c36
commit e41b3d9877

View File

@@ -15,6 +15,15 @@ services:
- "8090:80"
volumes: [ ".:/home/anax/repo" ]
php81:
image: anax/dev:php81
volumes: [ ".:/home/anax/repo" ]
php81-apache:
image: anax/dev:php81-apache
ports: [ "11081:80" ]
volumes: [ ".:/home/anax/repo" ]
php80:
image: anax/dev:php80
volumes: [ ".:/home/anax/repo" ]