delete phpinfo nineapach
This commit is contained in:
parent
d217884d35
commit
82a4442472
|
@ -1,11 +0,0 @@
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
|
||||||
nineapache:
|
|
||||||
build:
|
|
||||||
context: ./containers/nineapache
|
|
||||||
image: reg.cadoles.com/envole/nineapache:7.4
|
|
||||||
container_name: nineapache7
|
|
||||||
ports:
|
|
||||||
- 8080:80
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
echo "<html><head><title>Nineapache 7</title></head><body>";
|
echo "<html><head><title>Nineapache 7</title></head><body>";
|
||||||
echo "<h1><center>NINEAPACHE 7</center></h1>";
|
echo "<h1><center>NINEAPACHE 7</center></h1>";
|
||||||
|
|
||||||
echo phpinfo();
|
|
||||||
echo "</body></html>";
|
echo "</body></html>";
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
|
||||||
nineapache:
|
|
||||||
build:
|
|
||||||
context: ./containers/nineapache
|
|
||||||
image: reg.cadoles.com/envole/nineapache:8.1
|
|
||||||
container_name: nineapache8
|
|
||||||
ports:
|
|
||||||
- 8080:443
|
|
|
@ -1,8 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
echo "<html><head><title>Nineapache 8</title></head><body>";
|
echo "<html><head><title>Nineapache 8</title></head><body>";
|
||||||
echo "<h1><center>NINEAPACHE 8</center></h1>";
|
echo "<h1><center>NINEAPACHE 8</center></h1>";
|
||||||
|
|
||||||
echo phpinfo();
|
|
||||||
echo "</body></html>";
|
echo "</body></html>";
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue