From 5bebaafd63695878774aa586f86bd6ad1d7ad7e0 Mon Sep 17 00:00:00 2001 From: Blallo Date: Fri, 17 Aug 2018 18:06:05 +0200 Subject: [PATCH] [d] Change webserver in feedati_frontend --- docker-compose.yml | 4 ++-- docker/ttrss-config.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e50caef..c549baa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,9 +47,9 @@ services: environment: - APACHE_SERVER_NAME=rss-bridge - webserver: + feedati_frontend: image: nginx:latest - container_name: feedati_webserver + container_name: feedati_frontend volumes: - ./docker/nginx.conf:/etc/nginx/conf.d/default.conf:ro ports: diff --git a/docker/ttrss-config.php b/docker/ttrss-config.php index 86fd866..e6ce34b 100644 --- a/docker/ttrss-config.php +++ b/docker/ttrss-config.php @@ -18,7 +18,7 @@ // *** Basic settings (important!) *** // *********************************** - define('SELF_URL_PATH', 'http://localhost/tt-rss/'); + define('SELF_URL_PATH', 'http://feedati_frontend/tt-rss/'); // Full URL of your tt-rss installation. This should be set to the // location of tt-rss directory, e.g. http://example.org/tt-rss/ // You need to set this option correctly otherwise several features