Skip to content

Commit 261234f

Browse files
committed
Renamed docker-compose.yml => compose.yaml
1 parent 7352726 commit 261234f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
###< symfony/framework-bundle ###
99

1010
/secrets/application.*.json
11-
compose.*.yml
11+
compose.*.yaml
1212

1313
# User-specific stuff:
1414
.idea/**/workspace.xml

docker-compose.yml renamed to compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
php:
43
container_name: symfony-backend-php-fpm

0 commit comments

Comments
 (0)