diff options
author | 2024-08-01 23:36:14 +0200 | |
---|---|---|
committer | 2024-08-01 23:36:14 +0200 | |
commit | 0051e0fcddfe008b34e990dce6e7e3c61bae3eea (patch) | |
tree | 0741abaf45cf2f36c6077d6c967b2253b229050b /docs/01_General | |
parent | d050fe9a9b6476efde29891eb59e87505e3200bf (diff) | |
download | rss-bridge-0051e0fcddfe008b34e990dce6e7e3c61bae3eea.tar.gz rss-bridge-0051e0fcddfe008b34e990dce6e7e3c61bae3eea.tar.zst rss-bridge-0051e0fcddfe008b34e990dce6e7e3c61bae3eea.zip |
docs: improve docker docs (#4183)
* docs: improve docker docs
* fix: cleanup and remove duplicate docker instructions
Diffstat (limited to 'docs/01_General')
-rw-r--r-- | docs/01_General/03_Requirements.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/01_General/03_Requirements.md b/docs/01_General/03_Requirements.md index 1ae5aa26..617cfadc 100644 --- a/docs/01_General/03_Requirements.md +++ b/docs/01_General/03_Requirements.md @@ -1,6 +1,4 @@ -**RSS-Bridge** requires either of the following: -## A Web server* with: - PHP 7.4 (or higher) - [`openssl`](https://secure.php.net/manual/en/book.openssl.php) extension @@ -14,11 +12,3 @@ - [`sqlite3`](http://php.net/manual/en/book.sqlite3.php) extension (only when using SQLiteCache) Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`). - - -## A Linux server with: - - - Docker server configured (Any recent version should do) - - 100MB of disk space - -To setup RSS Bridge using Docker, see the [Docker Guide](../03_For_Hosts/03_Docker_Installation.md) on installing RSS Bridge.
\ No newline at end of file |