diff options
author | Fabien MEURILLON <fabien@meurillon.org> | 2016-01-09 17:27:21 +0100 |
---|---|---|
committer | Fabien MEURILLON <fabien@meurillon.org> | 2016-01-10 15:01:11 +0100 |
commit | 1d41effebc613b91bb84404711fb555f050a1700 (patch) | |
tree | 8a38ea79b5680abc22a2b6c87c1b0d0b69bc7de5 /.gitignore | |
parent | 540ef5e084db2295d7ca476c980ec10fb90e9722 (diff) | |
download | wallabag-1d41effebc613b91bb84404711fb555f050a1700.tar.gz wallabag-1d41effebc613b91bb84404711fb555f050a1700.tar.zst wallabag-1d41effebc613b91bb84404711fb555f050a1700.zip |
Add Docker configuration for Postgres and MariaDB
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,5 +37,6 @@ | |||
37 | data/assets/* | 37 | data/assets/* |
38 | data/db/wallabag*.sqlite | 38 | data/db/wallabag*.sqlite |
39 | 39 | ||
40 | # Docker container logs | 40 | # Docker container logs and data |
41 | docker/logs/ | 41 | docker/logs/ |
42 | docker/data/ | ||