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

Commit

Permalink
Merge pull request #126 from nurse-curtis/master
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
nurse-curtis authored May 16, 2017
2 parents 06a5ebf + f5d2c9a commit 570f28a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 234 deletions.
115 changes: 0 additions & 115 deletions nextcloud-wonderfall/Dockerfile

This file was deleted.

111 changes: 0 additions & 111 deletions nextcloud-wonderfall/README.md

This file was deleted.

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 570f28a

Please sign in to comment.