This commit is contained in:
parent
fe480e4a46
commit
6d399617d9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user