forked from blallo/Feedati
[d] Change webserver in feedati_frontend
This commit is contained in:
parent
5b021cbf84
commit
5bebaafd63
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue