Commit 86bc0930 authored by Tobias Munk's avatar Tobias Munk

added phpinfo for testing

parent 91b091c4
Pipeline #25677 passed with stages
in 1 minute and 42 seconds
......@@ -22,6 +22,8 @@ services:
image: ${PHP_IMAGE_NAME}:${PHP_IMAGE_VERSION}-nginx
environment:
- PHP_ENABLE_XDEBUG=${PHP_ENABLE_XDEBUG}
volumes:
- ./test/app/web:/app/web
ports:
- 80
- 443
......@@ -42,6 +44,8 @@ services:
args:
- PHP_IMAGE_VERSION=${PHP_IMAGE_VERSION}
image: ${PHP_IMAGE_NAME}:${PHP_IMAGE_VERSION}-alpine-nginx
volumes:
- ./test/app/web:/app/web
ports:
- 80
- 443
<?php
phpinfo();
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment