Skip to content

Commit f73fda1

Browse files
committed
Basic readme telling how to select symfony version
1 parent d9541dc commit f73fda1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Symfony docker
2+
======
3+
4+
Usage
5+
------
6+
7+
Run `docker-compose up -d`
8+
9+
Choosing symfony version
10+
------
11+
12+
To choose specific symfony version define `SYMFONY_VERSION` env variable for first run.
13+
14+
Like:
15+
16+
`SYMFONY_VERSION=3.4 docker-compose up -d`

0 commit comments

Comments
 (0)