Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Shortened descriptions to fit better
  • Loading branch information
nurse-curtis authored May 16, 2017
1 parent 65f9fb8 commit 8c69528
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions wallabag/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ LABEL org.freenas.interactive="false" \
}, \
{ \
\"env\": \"SYMFONY__ENV__DATABASE_DRIVER\", \
\"descr\": \"defaults to "pdo_sqlite", this sets the database driver to use\", \
\"descr\": \"defaults to "pdo_sqlite"\", \
\"optional\": true \
}, \
{ \
\"env\": \"SYMFONY__ENV__DATABASE_HOST\", \
\"descr\": \"defaults to "127.0.0.1", if use mysql this should be the name of the mariadb container\", \
\"descr\": \"defaults to 127.0.0.1\", \
\"optional\": true \
}, \
{ \
Expand All @@ -47,32 +47,32 @@ LABEL org.freenas.interactive="false" \
}, \
{ \
\"env\": \"SYMFONY__ENV__DATABASE_NAME\", \
\"descr\": \"defaults to "symfony", this is the name of the database to use\", \
\"descr\": \"default "symfony", name of DB\", \
\"optional\": true \
}, \
{ \
\"env\": \"SYMFONY__ENV__DATABASE_USER\", \
\"descr\": \"defaults to "root", this is the name of the database user to use\", \
\"descr\": \"default "root", name of DB user\", \
\"optional\": true \
}, \
{ \
\"env\": \"SYMFONY__ENV__DATABASE_PASSWORD\", \
\"descr\": \"defaults to "~", this is the password of the database user to use\", \
\"descr\": \"default "~", password of DB user\", \
\"optional\": true \
}, \
{ \
\"env\": \"SYMFONY__ENV__FOSUSER_REGISTRATION\", \
\"descr\": \"Default 'true', enable public registration\", \
\"descr\": \"Default 'true' public registration\", \
\"optional\": true \
}, \
{ \
\"env\": \"MYSQL_ROOT_PASSWORD\", \
\"descr\": \"needed for the mariadb container to initialise\", \
\"descr\": \"Needed for mariadb to initialise\", \
\"optional\": true \
}, \
{ \
\"env\": \"POPULATE_DATABASE\", \
\"descr\": \"defaults to "True". Does the DB has to be populated or is it an existing on\", \
\"descr\": \"default "True" for new DB\", \
\"optional\": true \
} \
]"

0 comments on commit 8c69528

Please sign in to comment.