Skip to content

Commit f60b6e7

Browse files
committed
Added troubleshooting, Updated credits
1 parent 53db6ad commit f60b6e7

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4243
This Docker layout is based on https://github.com/denderello/symfony-docker-example/
4344

4445
Thanks 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

5153
Thanks to [cron IT GmbH](http://www.cron.eu/) for inspiration.
5254

documentation/TROUBLESHOOTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
```

0 commit comments

Comments
 (0)