mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
added break lines
Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
parent
ff08876844
commit
c610bc272c
3 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
|||
FROM php:7.2-apache
|
||||
FROM php:7.2-apache
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
echo '<h1>Hello World!</h1>';
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -5,4 +5,5 @@ services:
|
|||
ports:
|
||||
- '8008:80'
|
||||
volumes:
|
||||
- ./app:/var/www/html/
|
||||
- ./app:/var/www/html/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue