File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,19 @@ Use can use my [Vagrant Development VM](https://github.com/mblaschke/vagrant-dev
3636- [ Docker Quickstart] ( /documentation/DOCKER-QUICKSTART.md )
3737- [ Run your project] ( /documentation/DOCKER-STARTUP.md )
3838- [ Container detail info] ( /documentation/DOCKER-INFO.md )
39+ - [ Troubleshooting] ( /documentation/TROUBLESHOOTING.md )
3940
4041## Credits
4142
4243This Docker layout is based on https://github.com/denderello/symfony-docker-example/
4344
4445Thanks for support, ideas and issues ...
4546- [ Ingo Pfennigstorf] ( https://github.com/ipf )
46- - [ Florian Tatzel] ( https://twitter .com/PanadeEdu )
47- - [ Josef Florian Glatz] ( https://twitter .com/jouschcom )
48- - [ Ingo Müller] ( https://twitter .com/imueller17 )
47+ - [ Florian Tatzel] ( https://github .com/PanadeEdu )
48+ - [ Josef Florian Glatz] ( https://github .com/jousch )
49+ - [ Ingo Müller] ( https://github .com/IngoMueller )
4950- [ Benjamin Rau] ( https://twitter.com/benjamin_rau )
51+ - [ Philipp Kitzberger] ( https://github.com/Kitzberger )
5052
5153Thanks to [ cron IT GmbH] ( http://www.cron.eu/ ) for inspiration.
5254
Original file line number Diff line number Diff line change 1+ [ <-- Back to main section] ( ../README.md )
2+
3+ # Troubleshooting
4+
5+ ## Startup or (docker) linking errors
6+
7+ If you got any startup issues you can try to rebuild ` main ` and ` web ` containers:
8+
9+ ``` bash
10+ docker-compose stop
11+ docker-compose rm --force main web
12+ docker-compose build --no-cache main web
13+ docker-compose up -d
14+ ```
You can’t perform that action at this time.
0 commit comments