From de30fe68f12ea9e75880b501d217e1c51911213d Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Wed, 16 Jun 2021 20:54:00 +0300 Subject: [PATCH] Readme --- docs/Configuration.md | 2 +- docs/Docker_Compose.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 0078faa..02eaf30 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -19,7 +19,7 @@ Single server installation: edit `cms/local_settings.py`, make a change and rest Docker Compose installation: edit `deploy/docker/local_settings.py`, make a change and restart MediaCMS containers ```bash -#docker-compose restart web worker +#docker-compose restart web celery_worker celery_beat ``` ### change portal logo diff --git a/docs/Docker_Compose.md b/docs/Docker_Compose.md index e61ba3a..5d8ec83 100644 --- a/docs/Docker_Compose.md +++ b/docs/Docker_Compose.md @@ -32,10 +32,10 @@ This will download all MediaCMS related Docker images and start all containers. ## Configuration -Checkout the configuration docs on [Configuration](docs/Configuration.md) page. +Checkout the configuration docs on [Configuration](/docs/Configuration.md) page. ## Maintenance -Database is stored on XX and media_files on YY +Database is stored on ../postgres_data/ and media_files on media_files/