[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:
|
environment:
|
||||||
- APACHE_SERVER_NAME=rss-bridge
|
- APACHE_SERVER_NAME=rss-bridge
|
||||||
|
|
||||||
webserver:
|
feedati_frontend:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
container_name: feedati_webserver
|
container_name: feedati_frontend
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
// *** Basic settings (important!) ***
|
// *** 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
|
// 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/
|
// location of tt-rss directory, e.g. http://example.org/tt-rss/
|
||||||
// You need to set this option correctly otherwise several features
|
// You need to set this option correctly otherwise several features
|
||||||
|
|
Loading…
Reference in a new issue