We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8889dc commit 0b2d535Copy full SHA for 0b2d535
doc/custom.md
@@ -14,8 +14,6 @@
14
image: phpmyadmin/phpmyadmin
15
ports:
16
- "8080:80"
17
- links:
18
- - db
19
```
20
21
2. Visit: [symfony.dev:8080](http://symfony.dev:8080)
@@ -33,18 +31,7 @@
33
31
- 6379:6379
34
32
35
36
-2. Link PHP and Redis
37
-
38
- ```yml
39
- service:
40
- # ...
41
- php:
42
43
44
- - redis
45
- ```
46
47
-3. Adapt your Symfony configuration file
+2. Adapt your Symfony configuration file
48
49
```yml
50
# path/to/your/symfony-project/app/config/parameters.yml
0 commit comments