aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer/docker.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-20 08:39:08 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-20 08:39:08 +0100
commit3495f78d7735f88f11ddf548955d8b57f1ddd020 (patch)
tree98036220a1d32ce783fc65767d2b2280bf921d12 /docs/en/developer/docker.rst
parent0cde91cc6f42497844866d7631b8f28e024af965 (diff)
downloadwallabag-3495f78d7735f88f11ddf548955d8b57f1ddd020.tar.gz
wallabag-3495f78d7735f88f11ddf548955d8b57f1ddd020.tar.zst
wallabag-3495f78d7735f88f11ddf548955d8b57f1ddd020.zip
French translation for documentation
Diffstat (limited to 'docs/en/developer/docker.rst')
-rw-r--r--docs/en/developer/docker.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/developer/docker.rst b/docs/en/developer/docker.rst
index aece2984..8816cbcf 100644
--- a/docs/en/developer/docker.rst
+++ b/docs/en/developer/docker.rst
@@ -15,11 +15,11 @@ your system and up to date.
15Switch DBMS 15Switch DBMS
16----------- 16-----------
17 17
18By default, wallabag will start with a sqlite database. 18By default, wallabag will start with a SQLite database.
19Since wallabag provides support for Postgresql and MySQL, docker 19Since wallabag provides support for Postgresql and MySQL, docker
20containers are also available for these ones. 20containers are also available for these ones.
21 21
22In ``docker-compose.yml``, for the chosen DBMS uncomment : 22In ``docker-compose.yml``, for the chosen DBMS uncomment:
23 23
24- the container definition (``postgres`` or ``mariadb`` root level 24- the container definition (``postgres`` or ``mariadb`` root level
25 block) 25 block)
@@ -27,7 +27,7 @@ In ``docker-compose.yml``, for the chosen DBMS uncomment :
27- the container env file in the ``php`` container 27- the container env file in the ``php`` container
28 28
29In order to keep running Symfony commands on your host (such as 29In order to keep running Symfony commands on your host (such as
30``wallabag:install``), you also should : 30``wallabag:install``), you also should:
31 31
32- source the proper env files on your command line, so variables 32- source the proper env files on your command line, so variables
33 like ``SYMFONY__ENV__DATABASE_HOST`` will exist. 33 like ``SYMFONY__ENV__DATABASE_HOST`` will exist.