small adjustments
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-07-04 08:12:52 +02:00
parent fe480e4a46
commit 6d399617d9
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,11 @@
FROM alpine:3.10.0
LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.name="TT-RSS" \
org.label-schema.version="1.2" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ARG TTRSS_VERSION=master
ARG TTRSS_TARBALL=https://git.tt-rss.org/git/tt-rss/archive/${TTRSS_VERSION}.tar.gz

View File

@ -9,6 +9,8 @@ TT-RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, d
Here are some example snippets to help you get started creating a container.
> **WARNING**: For production usage you should secure your database and NOT use the default credentials!
### Docker
```Shell