diff options
Diffstat (limited to 'docs/en/developer/docker.rst')
-rw-r--r-- | docs/en/developer/docker.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developer/docker.rst b/docs/en/developer/docker.rst index 8816cbcf..5e4f2ce6 100644 --- a/docs/en/developer/docker.rst +++ b/docs/en/developer/docker.rst | |||
@@ -40,7 +40,7 @@ Run wallabag | |||
40 | #. Edit ``app/config/parameters.yml`` to replace ``database_*`` | 40 | #. Edit ``app/config/parameters.yml`` to replace ``database_*`` |
41 | properties with commented ones (with values prefixed by ``env.``) | 41 | properties with commented ones (with values prefixed by ``env.``) |
42 | #. ``composer install`` the project dependencies | 42 | #. ``composer install`` the project dependencies |
43 | #. ``php app/console wallabag:install`` to create the schema | 43 | #. ``php bin/console wallabag:install`` to create the schema |
44 | #. ``docker-compose up`` to run the containers | 44 | #. ``docker-compose up`` to run the containers |
45 | #. Finally, browse to http://localhost:8080/ to find your freshly | 45 | #. Finally, browse to http://localhost:8080/ to find your freshly |
46 | installed wallabag. | 46 | installed wallabag. |