mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-25 18:28:07 +02:00
nit: Missing empty line in the EOF
Signed-off-by: Joseph Barreca <jbarrec.tech@gmail.com>
This commit is contained in:
parent
763efc67f0
commit
4c0bdea11a
4 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
echo '<h1>hello world in php!</h1>';
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -1 +1 @@
|
|||
db-q5n2g
|
||||
db-q5n2g
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
FROM nginx:1.19.8-alpine
|
||||
COPY conf /etc/nginx/conf.d/default.conf
|
||||
COPY conf /etc/nginx/conf.d/default.conf
|
||||
|
|
|
@ -29,4 +29,4 @@ server {
|
|||
fastcgi_pass backend:9000;
|
||||
fastcgi_index index.php;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue