Skip to content

Commit 0b2d535

Browse files
authored
Fix maxpou#38: Update custom.md (remove links between containers) (maxpou#42)
1 parent b8889dc commit 0b2d535

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

doc/custom.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
image: phpmyadmin/phpmyadmin
1515
ports:
1616
- "8080:80"
17-
links:
18-
- db
1917
```
2018
2119
2. Visit: [symfony.dev:8080](http://symfony.dev:8080)
@@ -33,18 +31,7 @@
3331
- 6379:6379
3432
```
3533
36-
2. Link PHP and Redis
37-
38-
```yml
39-
service:
40-
# ...
41-
php:
42-
# ...
43-
links:
44-
- redis
45-
```
46-
47-
3. Adapt your Symfony configuration file
34+
2. Adapt your Symfony configuration file
4835
4936
```yml
5037
# path/to/your/symfony-project/app/config/parameters.yml

0 commit comments

Comments
 (0)