mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-13 05:43:06 +00:00
Documentation: Troubleshooting
This commit is contained in:
parent
4f8e5ee948
commit
50904504cf
33
docs/support/troubleshooting.rst
Normal file
33
docs/support/troubleshooting.rst
Normal file
@ -0,0 +1,33 @@
|
||||
***************
|
||||
Troubleshooting
|
||||
***************
|
||||
|
||||
This section will contain common problems and how to resolve them.
|
||||
It will grow over time once there are more issues reported.
|
||||
|
||||
|
||||
**Table of Contents**
|
||||
|
||||
.. contents:: :local:
|
||||
|
||||
|
||||
Invalid bind mount spec
|
||||
-----------------------
|
||||
|
||||
This error might occure after changing the path of MySQL, PgSQL, Mongo or any other data directory.
|
||||
|
||||
When you change any paths inside ``.env`` that affect Docker mountpoints, the container need to be
|
||||
removed and re-created during the next startup.
|
||||
Removing the container is sufficient as they will always be created during run if they don't exist.
|
||||
|
||||
In order to remove the container do the following:
|
||||
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
host> cd path/to/devilbox
|
||||
host> docker-compose stop
|
||||
|
||||
# Remove the stopped container (IMPORTANT!)
|
||||
# After the removal it will be re-created during next run
|
||||
host> docker-compose rm -f
|
Loading…
x
Reference in New Issue
Block a user